eclipse-volttron / volttron-openadr-ven

Apache License 2.0
5 stars 5 forks source link

Connect to IPKeys vtn and see what gaps we have with openleadr (see ben's stuff in email) #12

Closed bonicim closed 2 years ago

bonicim commented 2 years ago

Was finally able to connect to IPKeys demo VTN using OpenLEADR, albeit with some strings attached. I had to modify the OpenLEADR library to create a VEN client that can disable signatures for clients that use TLS and certs. See https://github.com/bonicim/openleadr-python/tree/feature/disable-signature

I opened up a PR to OpenLEADR with my changes: https://github.com/OpenLEADR/openleadr-python/pull/98

bonicim commented 2 years ago

Since Openleadr has yet to review my PR, I have forked it, made the required changes to work with the Volttron Agent framework and to receive messages from the IPKeys VTN. The forked version used for the agent is at:

https://github.com/bonicim/openleadr-python/tree/e306798f9f4af36f0349c10fec4607aaa18d34c8

bonicim commented 2 years ago

Instead of waiting for OpenLeadr to review and accept my PR, I have monkey-patched their codebase instead.