1
0

README.txt 3.7 KB

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