Using eebus-go stack with nodejs #161
Unanswered
jiklas-nust
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi, you can look into the Please note, that what you are trying to accomplish is not an easy task. You will need to write Go code, understand how EEBUS works and how this stack implements the protocol. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm an intern and I'm trying to create a connection between EEBus and Nodejs. Specifically I want to "mimic" an EEBus Node that can function both as server and client. It should p.ex. be able to subscribe to other EEBus Nodes and publish received information via MQTT.
I've been trying different approaches but to be honest the amount of different repositories and the fact that I am new to Go, are not really helping me make any progress.
I've read some of the other discussions in this repo and found out there is some kind of remote api i could use. At least if I understood that correctly.
Is there an intended way to use this stack from other languages and environments?
Any help would be appreciated. Even just helping me understand how things might work together.
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions