Use JSON for serialising requests/responses, rather than pickle, to make C integration easier

This commit is contained in:
2024-05-09 09:42:59 +02:00
parent dab791fb79
commit cae4d1b0a4
4 changed files with 70 additions and 37 deletions

View File

@@ -25,4 +25,4 @@ bmspy = "bmspy:main"
bmspy-server = "bmspy.server:main"
bmspy-influxdb = "bmspy.influxdb:main"
bmspy-prometheus = "bmspy.prometheus:main"
#bmspy-usbd = "bmspy.usbhid:main"
bmspy-usbd = "bmspy.usbhid:main"