Examples matching your search query:
-
udp
This example demonstrates how to set up a bidirectional UDP connection using Walter. Walter constructs a data packet and sends it to a remote…
-
https
This example demonstrates how Walter can send and receive requests using HTTP over TLS (HTTPS), performing both GET and POST requests to a remote…
-
mqtt
This example demonstrates how Walter can connect using MQTT. Walter will publish a counter value along with its MAC address to the MQTT broker on the…
-
mqtts
This example demonstrates how Walter can securely connect using MQTT with TLS certificates, publishing a counter value along with its MAC address to…
-
coap
This example will send a counter value to the coap.me test server and receive the response from the demo server, requiring the Walter hardware, an…
-
positioning
Walter is a tracker device featuring a low-power GNSS receiver that utilizes the GPS and Galileo constellations. This example demonstrates how the…
-
tcp
This example demonstrates how to set up a bidirectional TCP connection using Walter, sending data packets to a remote endpoint every 30 seconds. It…
-
http
This example demonstrates how Walter can send and receive requests using HTTP, making GET and POST requests to a remote webserver. Key requirements…