README.txt 4.4 KB

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