website logo
BlogPlansAbout UsCareersLogin
⌘K
Introduction
Getting started on Bytebeam Cloud
Concepts
Projects
Streams
Device Shadow
Device Metadata
Actions
Module Integration Guides
ESP32
Linux
Console Guides
Devices
Device Metadata
Streams
Actions
Dashboards
Users
Roles
Release Notes
R2 01-Feb-2023
R1 19-Jan-2023
Docs powered by archbee 
1min

Pushing data to Bytebeam

To push data to Bytebeam you need to first create a stream. You can do this by following the Creating a Stream guide. Once you have created a stream you can use the publish_to_bytebeam_stream function to publish data to the stream.

C++
|

Bytebeam expects the payload to be in the JSON format. Look at publish_data_to_device_shadow function in the example project for a full fledged example showing how to use this function.

Updated 19 Dec 2022
Did this page help you?
Yes
No
UP NEXT
Receiving actions
Docs powered by archbee