README.txt 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. -------------------------------------------------------------------------
  2. OpenV2G - an open source project implementing the basic functionality of the ISO IEC 15118 vehicle to grid (V2G) communication interface
  3. Version 0.4, released April 14, 2011
  4. http://openv2g.sourceforge.net/
  5. Please report bugs via the SourceForge bug tracking system at http://sourceforge.net/tracker/?group_id=350113.
  6. Thank you.
  7. Copyright (C) 2007-2011 Siemens AG
  8. This program is free software: you can redistribute it and/or modify
  9. it under the terms of the GNU Lesser General Public License as published
  10. by the Free Software Foundation, either version 3 of the License, or
  11. (at your option) any later version.
  12. This program is distributed in the hope that it will be useful,
  13. but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. GNU Lesser General Public License for more details.
  16. You should have received a copy of the GNU Lesser General Public License
  17. along with this program. If not, see <http://www.gnu.org/licenses/>.
  18. -------------------------------------------------------------------------
  19. CHANGES from version 0.3.1:
  20. -------------------------------------------------------------------------
  21. * adaption of V2G schema changes
  22. * supporting of DC messages
  23. * example program showing the message sequence of AC charging and
  24. DC charging
  25. * bug-fixes
  26. -------------------------------------------------------------------------
  27. CHANGES from version 0.3:
  28. -------------------------------------------------------------------------
  29. * Bug-fixes
  30. * reduced memory usage
  31. * some type changes in the EXI codec and V2G service:
  32. ** struct v2gService->struct EXIService in v2g_service.h
  33. ** size_t->uint16_t in v2g_serviceClientDataTransmitter.h and doIP.h
  34. * renaming of some enumeration values in v2g_serviceDataTypes.h
  35. -------------------------------------------------------------------------
  36. CHANGES from version 0.2.2:
  37. -------------------------------------------------------------------------
  38. * Bug-fixes
  39. * first DoIP implementation
  40. * V2G message error handling
  41. * adaption of V2G schema changes
  42. * code optimizations
  43. -------------------------------------------------------------------------
  44. CHANGES from version 0.2.1:
  45. -------------------------------------------------------------------------
  46. * Bug-fixes
  47. * adaption of V2G schema changes
  48. * some code optimizations
  49. -------------------------------------------------------------------------
  50. CHANGES from version 0.2:
  51. -------------------------------------------------------------------------
  52. * Bug-fixes
  53. * Fixed compiler warnings
  54. -------------------------------------------------------------------------
  55. CHANGES from version 0.1:
  56. -------------------------------------------------------------------------
  57. * Bug-fixes
  58. * Service and Client added