I want to have a bunch of Arduino sensors communicating with a Raspberry PI gateway over a PJON transport. But I'm not sure if this is supported (in v2.4.0-alpha). How would one compile a gateway for a Raspberry Pi with the PJON transport? There is no
./configure --my-transport=pjon...
So if it's not implemented and there is no easy way, I guess I can have the gateway on Arduino and go from there? I want HomeAssistant as a controller, so I would connect the Arduino gateway with the Raspberry Pi (which will run the HomeAssistant) over serial. Or maybe even get an ethernet shield for the Arduino.
Will it work?
Thanks in advance for the help!