30-12-2019, 22:43
Hi,
we were talking with Zdenek, but this is msg for Caneira....
Would be fine, it if was possible instead UDP port insert exact IP...
Because now is possible edit just UDP port, but when you like use WD display anywhere, would be nice insert exact ip of server
For example:
#define RX_MODE 0 // 0= Receive data by RF, 1= Receive by WiFi in the same subnet, 2= Receive by WiFi anywhere in internet
#define IP_ADRESS 1.2.3.4 // IP exact adress of WD station "server". Only used when RX_MODE is 2
#define UDP_DATA_PORT 9889 // Port to listen for Weather Data UDP packets. Only used when RX_MODE is 1 and 2
Because if I have public IP adress, where it will run WheatherStation, you can connect the WD Display anywhere
Dou you know, what I mean ?
we were talking with Zdenek, but this is msg for Caneira....
Would be fine, it if was possible instead UDP port insert exact IP...
Because now is possible edit just UDP port, but when you like use WD display anywhere, would be nice insert exact ip of server
For example:
#define RX_MODE 0 // 0= Receive data by RF, 1= Receive by WiFi in the same subnet, 2= Receive by WiFi anywhere in internet
#define IP_ADRESS 1.2.3.4 // IP exact adress of WD station "server". Only used when RX_MODE is 2
#define UDP_DATA_PORT 9889 // Port to listen for Weather Data UDP packets. Only used when RX_MODE is 1 and 2
Because if I have public IP adress, where it will run WheatherStation, you can connect the WD Display anywhere
Dou you know, what I mean ?

