A place users can post their projects. If you have a small project and would like your own dedicated place to post and have others chat about it then this is your spot.

User avatar
By ujagaga
#73513 Hi everyone. I have built my first IOT project on:
https://github.com/ujagaga/ujagaga-IOT
I have an LED dimmer lamp, thermometer and thermostat using either DS18B20 or MAX6677 thermocouple probe. I also wrote an Android app to locate all my devices on LAN and pass on their own web interface. Now I am wondering how to expand control from outside my LAN, so I was thinking of building an ESP8266 based device for centralized control. My problem is I have not yet been able to find an "IP bridge" example, so I can choose which device I want to communicate to via web interface and get the connection bridged. In other terms, target IP 192.168.1.13 and communicate to say IP 192.168.1.54. This way I could open ports on my router to only one IP and get access to others through that device.
Any help would be appreciated...