Quick Start
Set up your device and authorization before sending data over any transport.
Step 1: Create a Device
- Go to Devices in your TagoIO account and create a new device.
- Select the network TagoTiP and the connector for your transport (UDP, TCP, HTTP, or MQTT).
- Assign a Serial Number (e.g.,
SN0042) - this is how TagoTiP identifies your device.
Step 2: Create an Authorization
- Go to Devices > Authorization at the top of the page.
- Click Generate.
- Set a name and select the token format TagoTiP(s).
- Click Generate.
You receive two credentials:
| Credential | Example | Used for |
|---|---|---|
| Token Hash | 4deedd7bab8817ec (16 hex chars) | TagoTiP frames (plaintext) |
| Authorization | ate2bd...c0d0 (34 chars) | TagoTiP(s) encryption key derivation |
tip
The token hash is safe on the wire - it cannot be reversed to reveal the authorization. Keep the authorization (at...) secret; it is only needed for TagoTiP(s) key derivation.
See the Authorization guide for more details.
Next steps
Now choose a transport and send your first data point.