História revízii

Autor SHA1 Správa Dátum
  Marc Mültin 8b364c2c57 Merge pull request #24 from kssim/master 7 rokov pred
  KyeongSeob Sim bbaa57b25b Fixes issues #23 Modify typos in the "generateCertificates.sh" file 7 rokov pred
  Marc Mültin b2b8ad07c2 - Updated the generateCertificates.sh script with slight modifications to the documentation and commands for generating all certificates needed for Plug & Charge 7 rokov pred
  Marc Mültin cba5e041f6 - TargetCurrent in DummyEVController, used in PreChargeReq message, was set to 2A to comply to IEC 61851-23 7 rokov pred
  Marc Mültin 0e4b838f8d Fixes issues #18 (chargingLoop counter was disregarded when sending MeteringReceiptRes) and #19 (error in DER encoding of ECDSA signature) 8 rokov pred
  Marc Mültin d1056e6168 Fix for previous release v1.2. Still missed one additional instantiation of MessageHandler in V2GCommuicationSessionHandlerSECC that needs to be removed. 8 rokov pred
  Marc Mültin 6f6be89a09 Improved the performance of RISE V2G by converting the MessageHandler into a Singleton. When instantiating the MessageHandler, the JAXB Context is set which is a pretty time-consuming task. Before the improvement, the MessageHandler was instantiated by the V2GCommunicationSessionHandlerSECC and the V2GCommunicationSessionHandlerSECC class. 8 rokov pred
  Marc Mültin d31a6446ca Update README.md 8 rokov pred
  Marc Mültin babd2ee114 Changelog 13.10.17: 8 rokov pred
  Marc Mültin 374e06e843 Changelog: 8 rokov pred
  Marc Mültin d8c9fc7bcd Changelog commit 15.9.17 8 rokov pred
  Marc Mültin 75cb9ed392 Update README.md 8 rokov pred
  Marc Mültin e216d7d072 This update is due to new findings regarding XML namespace settings for creating the XML reference elements of the parameters of CertificateInstallationRes and CertificateUpdateRes. The namespace "urn:iso:15118:2:2013:MsgBody" shall be used, whereas the empty namespace is not conform to the standard. 8 rokov pred
  Marc Mültin 084320d6d6 Loading EXIficient is now much faster than before. XSD schema files have been converted to EXI grammar Java files. Also, JAXB context is now only set once at startup of SECC and EVCC respectively as setting the JAXB context is a very time consuming task. 8 rokov pred
  Marc Mültin 47028b4bbd Merge pull request #10 from Sevenstax/win_network_interface_fix 8 rokov pred
  Marc Mültin 7cd067c118 Added property "EXICodec" in EVCCConfig.properties and SECCConfig.properties to set the EXI codec. Changed the handling in the constructor of the MessageHandler.java accordingly. 8 rokov pred
  Jan Pohlmann 222530cfb7 Find the network interface by index on windows operating systems. 8 rokov pred
  Marc Mültin ee5756c592 Minor changes in transport layer classes and main method 8 rokov pred
  Marc Mültin d75e57457b Added two complete CertificateInstallationRes.xml according to the test data provided: one with the MsgBody namespace, one with the empty namespace 8 rokov pred
  Marc Mültin d912967e15 Update README.md 8 rokov pred
  Marc Mültin a54db336c6 Rename README.txt to README.md 8 rokov pred
  Marc Mültin d2287e7355 Added test data for CertificateInstallationRes to verify one's own implementation of creating and verifying XML-based signatures 8 rokov pred
  Marc Mültin 1cda643223 Avoid NullPointerException in WaitForSupportedAppProtocolRes.java 8 rokov pred
  Marc Mültin 0cac87ea24 Ongoing timer settings in V2GCommunicationSessionEVCC.java 8 rokov pred
  Marc Mültin af1f3480e0 Added PreCharge Timer, CableCheck Timer to TimeRestrictions.java and added handling for those timers in EVCC package. 8 rokov pred
  Marc Mültin d933ba39ad Added functionality in IEVController and DummyEVController which enables a predefined number of loops for ChargingStatusReq/-Res and CurrentDemandReq/-Res message pairs 8 rokov pred
  Marc Mültin 777a2934ba Some minor bugfixing after a successful test session with Verisco. SECC part is now fully tested with good and error test cases and has now very high probability to being fully conform to the ISO 15118-2 standard. 8 rokov pred
  Marc Mültin f301e82367 Forgot to add PKI.java to last commit 8 rokov pred
  Marc Mültin 788280cd68 - Replaced System.currentTimeMillis() by System.nanoTime() for timing tasks. 8 rokov pred
  Marc Mültin d829d9d47c Merge pull request #8 from I2SE/fix-pkcs8-assembly 8 rokov pred