OpenLEADR / openleadr-python

Python library for OpenADR 2.0b
https://openleadr.org/docs
Apache License 2.0
135 stars 55 forks source link

Implementation of PUSH mode #147

Open ewidl opened 1 year ago

ewidl commented 1 year ago

I have implemented an extension of the OpenLEADR package implementing HTTP PUSH mode. Its main contribution are 2 new classes for VTN and VEN that inherit from the already available OpenADRClient and OpenADRServer, re-using most of the functionality provided there. The extension is available here: https://github.com/AIT-IES/openleadr-push-mode-python

If there is interest, I could merge this extension with OpenLEADR and create a pull request.

stan-janssen commented 1 year ago

Hi @ewidl, thanks! I can't access that repository from the looks of it. Is it a private repository?

ewidl commented 1 year ago

Hi @stan-janssen, you are right, it was still private. It should work now ...

jackson-morgan commented 6 months ago

I would love to see this get integrated into OpenLEADR.

axmsoftware commented 3 months ago

@ewidl would you still consider contributing the PUSH implementation here? Let me know how I can support. Thanks!