DISCLAIMER
The sandbox servers enumerated below are provided to the developer community to encourage and facilitate the evaluation of various IoT standards and their client or server implementations. They are maintained by the community and must not be used for any commercial purpose whatsoever.
Use of the sandbox servers is governed by the Eclipse.org Terms of Use, which states in part: "PLEASE BE AWARE THAT ALL INFORMATION THAT YOU STORE WITH ECLIPSE WILL BE PUBLICLY ACCESSIBLE ON THE INTERNET IN UNENCRYPTED FORM AND WITHOUT ANY ACCESS RESTRICTIONS. Do not store passwords, any personally identifiable information, any confidential business information, or anything else that you do not want to be generally and publicly available."
We reserve the right, at our sole discretion, to ban or block users who are using the sandbox servers inappropriately.
You can make use of this MQTT server with client code from the Paho project, the Eclipse MQTT view from Paho, or from one of the other client APIs listed on the MQTT.org downloads page.
Access the server using the hostname
mqtt.eclipseprojects.io
and port
1883
. You can also access the server using encrypted port 8883
The encrypted port support TLS v1.2, v1.1 or v1.0 with x509 certificates and requires client support to connect.
This server is running the open source Mosquitto broker in its most recently released version.
A CoAP server exposing test resources is available at: coap://californium.eclipseprojects.io:5683/
, and DTLS-enabled version at coaps://californium.eclipseprojects.io:5684
.
It should be used by anyone interested in testing a CoAP client implementation against another endpoint, and more generally by anyone interested in understanding the key concepts of the CoAP protocol.
This server is running Eclipse Californium.
In order to test LWM2M communication scenarios, we host a LWM2M server.
You can make use of this server with the Wakaama project
The LWM2M server is available at: coap://leshan.eclipseprojects.io:5683
and coaps://leshan.eclipseprojects.io:5684
(both IPv4 and IPv6 are available)
A web interface allows to interact with registered LWM2M clients: http://leshan.eclipseprojects.io
.
This server is running the Open Source Eclipse Leshan server.