You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library provides a simple client for connecting ESP devices to [Bytebeam](https://bytebeam.io/) IoT platform.
7
+
This Library provides a simple client for connecting ESP devices to [Bytebeam](https://bytebeam.io/) IoT platform.
8
+
9
+
## Features :-
10
+
- Efficiently send data to cloud.
11
+
- Receive commands from the cloud, execute them and update progress of execution.
12
+
- Download Firmware images from cloud in case of OTA updates being triggered from cloud.
13
+
8
14
9
15
## What's included in the Library :-
10
16
@@ -21,22 +27,19 @@ This library provides a simple client for connecting ESP devices to [Bytebeam](h
21
27
We recommend to install the latest versions of the libraries and Core SDK.
22
28
23
29
## Getting Started :-
24
-
This Library can be integrated with new as well as existing Arduino ESP32 or Arduino ESP8266 sketches. Follow the [instruction guide](https://bytebeam.io/docs/arduino) for setting up and integrating library with your Arduino sketch.
30
+
This Library can be integrated with new as well as existing Arduino ESP32 or Arduino ESP8266 sketches. Follow the [instruction guide](https://bytebeam.io/docs/arduino) for setting up and integrating Library with your Arduino sketch.
25
31
26
-
## Features
27
-
- Efficiently send data to cloud.
28
-
- Receive commands from the cloud, execute them and update progress of execution.
29
-
- Download Firmware images from cloud in case of OTA updates being triggered from cloud.
30
-
31
-
## Community
32
+
## Community :-
32
33
33
34
- Follow us on [Twitter](https://twitter.com/bytebeamhq)
34
35
- Connect with us on [LinkedIn](https://www.linkedin.com/company/bytebeam/)
35
36
- Read our official [Blog](https://bytebeam.io/blog/)
36
37
37
-
## Contributing
38
-
Please follow the [code of conduct](CODE_OF_CONDUCT.md) while opening issues to report bugs or before you contribute fixes, also do read our [contributor guide](CONTRIBUTING.md) to get a better idea of what we'd appreciate and what we won't.
38
+
## Contributing :-
39
+
Contributions are welcome! Not only you’ll encourage the development of the Library, but you’ll also learn how to best use the Library and probably some C++ too.
40
+
41
+
See [the contributing guide](CONTRIBUTING.md) for detailed instructions on how to get started with the Library. Please follow the [code of conduct](CODE_OF_CONDUCT.md) while contributing.
39
42
40
-
## License
43
+
## License :-
41
44
42
-
This project is released under The Apache License, Version 2.0 ([LICENSE](./LICENSE)or http://www.apache.org/licenses/LICENSE-2.0)
45
+
This project is released under The Apache License, Version 2.0 (See [LICENSE](./LICENSE)for details)
0 commit comments