https://github.com/swapnanildutta/iot-libraries
These are some of the IoT Codes and Libraries I collected over the time.
https://github.com/swapnanildutta/iot-libraries
c cpp hacketoberfest2020 hacktoberfest iot iot-libraries
Last synced: 2 months ago
JSON representation
These are some of the IoT Codes and Libraries I collected over the time.
- Host: GitHub
- URL: https://github.com/swapnanildutta/iot-libraries
- Owner: swapnanildutta
- License: mit
- Created: 2020-06-04T08:19:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-16T10:29:24.000Z (over 5 years ago)
- Last Synced: 2025-06-15T15:18:02.970Z (about 1 year ago)
- Topics: c, cpp, hacketoberfest2020, hacktoberfest, iot, iot-libraries
- Language: C
- Homepage:
- Size: 1.42 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
IoT Libraries
A collection of useful libraries for IoT projects
## Index
* [About](#about)
* [Cloning and updating](#cloning-and-updating)
* [Contributing](#contributing)
* [License](#license)
* [Contact](#contact)
## About
This repo is a collection of useful libraries that you can use in your IoT devices or projects.
These libraries can be used, for example, in Arduinos or ESP devices.
## Cloning and updating
If you want to clone the repository to your device, just run the following command (ensure you have `git` installed):
```shell
$ git clone https://github.com/swapnanildutta/IoT-Libraries
```
To update the repo with the newest files, just run these commands
```shell
$ cd IoT-Libraries
$ git pull
```
## Contributing
Contributions are **highly appreciated**! You can take a look at the [issues](https://github.com/swapnanildutta/IoT-Projects/issues) page to know if there is something needed.
Otherwise, you can submit a pull request by doing these steps:
1. Fork the project
2. Commit your changes (`git commit -m 'Added some libraries'`)
3. Push (`git push origin master`)
4. Open a pull request
## License
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
Swapnanil Dutta - [@swapnanildutta1]() - swapnanildutta2000@gmail.com
Project Link: [https://github.com/swapnanildutta1/IoT-Projects](https://github.com/swapnanildutta1/IoT-Projects)