gioblu / PJON

PJON (Padded Jittering Operative Network) is an experimental, arduino-compatible, multi-master, multi-media network protocol.
Other
2.73k stars 238 forks source link

Node-Red support #375

Open PizzaProgram opened 3 years ago

PizzaProgram commented 3 years ago

I've accidentally found this project and I'm amazed by it at first view. Spent 600 working-hours during last 1 year to search for a :

I've also learned after 8 month, that 75% of the people who wants to do the same turn to NodeRed . But currently there is NO STABLE SOLUTION to connect all kinds of these things!

Would it be possible to use PJON from Node-Red?

gioblu commented 3 years ago

Ciao @PizzaProgram for sure SoftwareBitBang strategy fits in your requirements, some users did use PJON along with Node-Red, although we have not prepared a ready made example.

Consider that PJON runs also on a real operative system, so you could:

PizzaProgram commented 3 years ago

( Thanks for the quick answer! I was investigating everything during the last 14 hours before answering. )

Thank you!

Why so many questions?

I'm sharing my thought to show how a "newcomer" sees and searches things first visiting your project. It may help to build a FAQ page from my questions later.

PS: Of course I'll donate if it works. (I like if people pay for me for my help > so it's obvious I usually do the same) .

PizzaProgram commented 3 years ago

I've also found this:

https://github.com/Halytskyi/PJON-gRPC/tree/master/examples/devices/two_routers Which seems to be a bit overkill to waste +2 boards just as gateways, but promising.

And there is a gRPC node for Node-RED: https://flows.nodered.org/node/node-red-contrib-grpc

gioblu commented 3 years ago

Ciao @PizzaProgram

gioblu commented 3 years ago

@PizzaProgram see also https://www.youtube.com/watch?v=GWlhKD5lz5w

I agree with you that https://github.com/Halytskyi/PJON-gRPC may be a quick solution to link node red with PJON.

Thank you for your support, I will for sure make use of your valuable feedback :)