Version information and so on...
Other stuff: It runs in the system tray Right click in the application or on the systray icon gives you a menu to choose from. DDE: You can use DDE to communicate with the server, rain, current temp, current wind speed and bearing are available, it's also possible to get all those readings in one item. (DDEWeather) Other items available:
Topic is Weather, application/service is WServer Syntax in a cell in MS Excel is like this: =Wserver|Weather!DDECurrent_temp gives you current temperature in degrees Celsius. Example spreadsheet here There is also support for executing macros on the server: If you connects using another application to topic Weather, application/service WServer you have the following macros available:
This means you can script from another application:
TCP: Its possible to connect through TCP/IP over the network, so far only one client at the time can connect. When connected, the server pushes new readings every sample taken... UDP: If selected, broadcasts current readings using UDP Using the UDP client, lots of client can listen/run simultaneously |