xmidt-org / parodus

The XMiDT client.
Apache License 2.0
18 stars 54 forks source link

OpenWrt package ? #427

Open outbackdingo opened 1 year ago

outbackdingo commented 1 year ago

is there possibly an OpenWrt package? and if so how would that interact with the device, i dont see where parodus speaks "uci"

schmidtw commented 1 year ago

The best place for an OpenWrt adapter would be a separate program similar to https://github.com/xmidt-org/parodus2ccsp. Compiling parodus for OpenWrt shouldn't be too hard, but the real question is how the messages get processed into something meaningful on the device.

If you want to adopt a TR-181/369 style of data model that implements the adapter to parodus, I'd look at https://github.com/xmidt-org/parodus2mockTr181 for an example. It's a completely mock implementation designed for test, but is a good place to start.