Skip to content

These are some of the IoT Codes and Libraries I collected over the time.

License

Notifications You must be signed in to change notification settings

swapnanildutta/IoT-Libraries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


IoT Libraries

A collection of useful libraries for IoT projects

Index

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):

$ git clone https://github.com/swapnanildutta/IoT-Libraries

To update the repo with the newest files, just run these commands

$ cd IoT-Libraries
$ git pull

Contributing

Contributions are highly appreciated! You can take a look at the 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