An open API service indexing awesome lists of open source software.

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.

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)