XBeeInternetGateway / XIG

XBee Internet Gateway for the Digi ConnectPort and Digi XBee
11 stars 12 forks source link

Xbee Industrial Gateway #50

Open megadevcorp opened 4 years ago

megadevcorp commented 4 years ago

Hi,

I'm from Chile and I would like to know if is there anybody working with this Digi product, I mean, Xbee Industrial Gateway, Ethernet version.

prichardson commented 3 years ago

Since XIG is outdated and I didn't want to play with python any more, here is what I did to replace my connectport. Nice thing is I now have full control - no outside services necessary.

Now using Raspberry Pi running nodejs. Works great and I have an edge controller (interface running on pi) to send commands locally if the internet is down.

Http <-> Express API on Raspberry Pi <-> Serial Messages through XBee Coordinator API (USB or pin connection to pi) <-> Messages to Xbee Routers in API mode.

I'm running nginx as a reverse proxy on the pi and use dataplicity to expose my api without having to deal with port forwarding on my router. Also using Socket.io to keep my front end in sync with the state of remote modules.

On Sat, Jun 27, 2020 at 10:40 PM megadevcorp notifications@github.com wrote:

Hi,

I'm from Chile and I would like to know if is there anybody working with this Digi product, I mean, Xbee Industrial Gateway, Ethernet version.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/XBeeInternetGateway/XIG/issues/50, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABOYZUJJW3SNGXNLOQXSKJDRY2UTNANCNFSM4OKJ3TJQ .

prichardson commented 3 years ago

Hi - If you're interested in creating your own gateway using a Raspberry Pi I have a git repo here.

https://github.com/prichardsondev/ioct

On Sat, Jun 27, 2020 at 10:40 PM megadevcorp notifications@github.com wrote:

Hi,

I'm from Chile and I would like to know if is there anybody working with this Digi product, I mean, Xbee Industrial Gateway, Ethernet version.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/XBeeInternetGateway/XIG/issues/50, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABOYZUJJW3SNGXNLOQXSKJDRY2UTNANCNFSM4OKJ3TJQ .