README.txt 3.3 KB

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