README.txt 4.1 KB

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