echo -n "ESP8266/1.0|POST|BBFF-kiFdJvtV3OWTY56M0rKluUGm71lzzn6kboWpbWpfhJFah7fL6p1kcks|green-truck:5b7356ccbbddbd594df54555=>speed:2|end" | telnet industrial.api.ubidots.com 9012

Single Dot to Device

Send a single dot to a device with name green-truck and device label 5b7356ccbbddbd594df54555 stored inside the variable speed:

ESP8266/1.0|POST|p4uuT2O25AJwv7ncADLoVhQfImwRQW|5b7356ccbbddbd594df54555:green-truck=>speed:2|end

Single Dot With Timestamp to Device

Send a single dot to a device named as green-truck with device label 5b7356ccbbddbd594df54555 stored inside the variable speed at 2017/12/31 8:00 UTC:

ESP8266/1.0|POST|p4uuT2O25AJwv7ncADLoVhQfImwRQW|5b7356ccbbddbd594df54555:green-truck=>speed:2@1514707200000|end

Single Dot With Timestamp And Context to Device

Send a single dot to a device labeled as green-truck with api label 5b7356ccbbddbd594df54555 stored inside the variable speed at 2017/12/31 8:00 UTC with latitude, longitude and other keys inside its context:

ESP8266/1.0|POST|p4uuT2O25AJwv7ncADLoVhQfImwRQW|5b7356ccbbddbd594df54555:green-truck=>speed:2$lat=-6.2$lng=75.4$name=John$surname=Smith@1514707200000|end
echo -n "ESP8266/1.0|POST|BBFF-kiFdJvtV3OWTY56M0rKluUGm71lzzn6kboWpbWpfhJFah7fL6p1kcks|weather-station=>temperature:20,humidity:35|end" | telnet industrial.api.ubidots.com 9012

Multiple Dots to Device

ESP8266/1.0|POST|p4uuT2O25AJwv7ncADLoVhQfImwRQW|weather-station=>temperature:20,humidity:35|end

Multiple Dots to Multiple Devices

ESP8266/1.0|POST|p4uuT2O25AJwv7ncADLoVhQfImwRQW|weather-station-toronto=>temperature:20,humidity:35;weather-station-washington=>temperature:20,humidity:35|end