README.txt 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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.3, released October 27, 2010
  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-2010 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.2.2:
  20. -------------------------------------------------------------------------
  21. * Bug-fixes
  22. * first DoIP implementation
  23. * V2G message error handling
  24. * adaption of V2G schema changes
  25. * code optimizations
  26. -------------------------------------------------------------------------
  27. CHANGES from version 0.2.1:
  28. -------------------------------------------------------------------------
  29. * Bug-fixes
  30. * adaption of V2G schema changes
  31. * some code optimizations
  32. -------------------------------------------------------------------------
  33. CHANGES from version 0.2:
  34. -------------------------------------------------------------------------
  35. * Bug-fixes
  36. * Fixed compiler warnings
  37. -------------------------------------------------------------------------
  38. CHANGES from version 0.1:
  39. -------------------------------------------------------------------------
  40. * Bug-fixes
  41. * Service and Client added