Marc Mültin
|
ebd66e446e
Fixed a potential NullPointerException when UDP client tries to send an SECCDiscoveryReq message although the getLinkLocalAddress method of the class shared.utils.MiscUtils doesn't find a valid network interface according to the name found in the EVCCConfig.properties file.
|
5 years ago |
Marc Mültin
|
b3ff868ad5
Merge pull request #51 from mrbig/f/better_stop_handling
|
5 years ago |
Marc Mültin
|
7a8e3a9a23
Update WaitForPowerDeliveryReq.java
|
5 years ago |
Marc Mültin
|
a17f8302c4
Merge pull request #50 from CommentSectionScientist/UseEntrySetWhenUsingKeyAndValue
|
5 years ago |
Marc Mültin
|
1d4d22b3f1
Merge pull request #48 from CommentSectionScientist/RemovesUnusedDuplicatedMethod
|
5 years ago |
Marc Mültin
|
3ec641f05d
Merge pull request #47 from CommentSectionScientist/UseTryWithResources
|
5 years ago |
Marc Mültin
|
7fb507a075
Added comment on how to make sure only the name elliptic curve "secp256r1" is allowed for ECDH(E).
|
5 years ago |
Nagy Attila Gabor
|
5446786323
Treat DC Shutdown status codes as valid when STOP power delivery is requested
|
5 years ago |
CommentSectionScientist
|
9314a1d85e
Use EntrySet when iteration over a Map and using both key and value of
|
5 years ago |
CommentSectionScientist
|
048d06f6b9
Removes unused Getter and renames Setter
|
5 years ago |
CommentSectionScientist
|
5ba4d9c26e
Use try with resources when handling FileStreams
|
5 years ago |
Nagy Attila Gabor
|
a3b5c94d65
Remove singleton instances once the client is finished
|
5 years ago |
Marc Mültin
|
f9fce08e6c
Merge pull request #45 from mrbig/master
|
5 years ago |
Nagy Attila Gabor
|
0909d425a9
Replaced DummyEVController with the appropriate interface
|
5 years ago |
Marc Mültin
|
bc1bdfd416
Corrected a typo in generateCertificates.bat in line 85 (should be v2gRootCA.key instead of v2gRootA.key)
|
5 years ago |
Marc Mültin
|
d3ae17798b
The requirement [V2G2-684] was not implemented so far, this commit takes care of this now (sending an empty AuthorizationReq message if the EVSEProcessing field of AuthorizationRes is set to 'Ongoing')
|
5 years ago |
Marc Mültin
|
5aa6cd3179
Modified pom.xml files regarding project version
|
6 years ago |
Marc Mültin
|
2ae27ebeb5
Updated the version number of the pom.xml files to the newest release 1.2.5
|
6 years ago |
Marc Mültin
|
e6f7b4fd4e
Implemented a working mechanism for pausing and resuming a charging session
|
6 years ago |
Marc Mültin
|
7d7cbf9cad
Merge branch 'master' of https://github.com/V2GClarity/RISE-V2G
|
6 years ago |
Marc Mültin
|
dbdd24b1df
Merge pull request #36 from tonsmets/master
|
6 years ago |
Marc Mültin
|
c1140f98e7
Fixed copyright header (date)
|
6 years ago |
Marc Mültin
|
4546e0e229
Added a check for unreasonably high payloads
|
6 years ago |
Marc Mültin
|
e5e2b55f9c
Made SECC not request MeteringReceipt after each charging loop
|
6 years ago |
Marc Mültin
|
e4cc39807e
Added mechanism in DummyEVController to trigger a renegotiation after 50 charging loops. Modified WaitForChargingStatusRes, WaitForCurrentDemandRes, and WaitForMeteringReceiptRes accordingly.
|
6 years ago |
Ton Smets
|
af64c19dc7
Fix NoSuchMethodError: java.nio.ByteBuffer.limit(I)Ljava/nio/ByteBuffer when compiling for release 8 with JDK9
|
6 years ago |
Marc Mültin
|
5d27f228f3
Merge pull request #34 from jessekerkhoven/master
|
6 years ago |
Marc Mültin
|
1727c36dcc
Corrected a typo
|
6 years ago |
Marc Mültin
|
70b0d19824
Added logging information about whether EV wants to pause or terminate the charging session with a SessionStopReq
|
6 years ago |
Jesse Kerkhoven
|
dbd0fe8da3
Fix typo that results in a null pointer
|
6 years ago |