-
-
Notifications
You must be signed in to change notification settings - Fork 20
VSCP Demo server
The VSCP demo server is located at demo.vscp.org It is to be used for demo purposes only. It can't be used for mission critical tasks. Also https://test.mosquitto.org is available. A mirror is available at the test.mosquitto.org server )same topics as described below). Follow the link info about ports etc.
demo.vscp.org
tcp/ip port 1883 - no TLS, need authentication
websocket port 9001 - no TLS, need authentication
username: vscp
password: secret
Each VSCP daemon that publish events to the demo server is listed here. The GUID for the server identifies it and drivers and discovery gives information about running drivers on the daemon and nodes discovered by the daemon respectively. See the VSCP daemon documentation for more information about this content.
Under this topic events from nodes are available. The format for a typical measurement topic is
vscp/guid/vscp-class/vscp-type/node-id/data-byte-0
This give maximum flexibility for the client to filter out the events it is interested in. Byte zero of the data is set because for Level II measurements this byte holds the sensor index for the sensor on the remote node that the measurement value comes from. For other events - that is non measurement events - data byte zero may have some other meaning so check the VSCP spec when interpreting event.
For the demo server the Gredans Paradis AB assigned GUID
25:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00
is used as a basis for all GUID's.
The VSCP Project (https://www.vscp.org) - Copyright © 2000-2024 Åke Hedman, the VSCP Project