1
0

README.txt 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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.6, released April 2, 2012
  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-2012 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.5:
  20. -------------------------------------------------------------------------
  21. * adaption of V2G schema changes
  22. * application handshake protocol implementation
  23. * asynchronised communication
  24. * reduced memory usage
  25. * changed V2GTP byte order from little endian to big endian
  26. * bug-fixes
  27. * updated AC demo interaction between EV and EVSE, and
  28. * updated DC demo interaction between EV and EVSE
  29. -------------------------------------------------------------------------
  30. CHANGES from version 0.4:
  31. -------------------------------------------------------------------------
  32. * adaption of V2G schema changes
  33. * V2GTP implementation (replaces the DoIP implementation)
  34. * EXI default coder for the 15118 schema (replaces the strict mode of EXI)
  35. * AC demo interaction between PEV and EVSE, and
  36. * DC demo interaction between PEV and EVSE
  37. -------------------------------------------------------------------------
  38. CHANGES from version 0.3.1:
  39. -------------------------------------------------------------------------
  40. * adaption of V2G schema changes
  41. * supporting of DC messages
  42. * example program showing the message sequence of AC charging and
  43. DC charging
  44. * bug-fixes
  45. -------------------------------------------------------------------------
  46. CHANGES from version 0.3:
  47. -------------------------------------------------------------------------
  48. * Bug-fixes
  49. * reduced memory usage
  50. * some type changes in the EXI codec and V2G service:
  51. ** struct v2gService->struct EXIService in v2g_service.h
  52. ** size_t->uint16_t in v2g_serviceClientDataTransmitter.h and doIP.h
  53. * renaming of some enumeration values in v2g_serviceDataTypes.h
  54. -------------------------------------------------------------------------
  55. CHANGES from version 0.2.2:
  56. -------------------------------------------------------------------------
  57. * Bug-fixes
  58. * first DoIP implementation
  59. * V2G message error handling
  60. * adaption of V2G schema changes
  61. * code optimizations
  62. -------------------------------------------------------------------------
  63. CHANGES from version 0.2.1:
  64. -------------------------------------------------------------------------
  65. * Bug-fixes
  66. * adaption of V2G schema changes
  67. * some code optimizations
  68. -------------------------------------------------------------------------
  69. CHANGES from version 0.2:
  70. -------------------------------------------------------------------------
  71. * Bug-fixes
  72. * Fixed compiler warnings
  73. -------------------------------------------------------------------------
  74. CHANGES from version 0.1:
  75. -------------------------------------------------------------------------
  76. * Bug-fixes
  77. * Service and Client added