Skip to content

This repository is to demonstrate IoT protocols for beginners. It provides basic demonstration of 5 IoT protocols.

License

Notifications You must be signed in to change notification settings

rv2442/IoT-Protocols

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is to demonstrate IoT protocols for beginners. It provides basic demonstration of 4 IoT protocols.

  1. AMQP
  2. SOAP
  3. HTTP
  4. MQTT

References

AMQP

Run it using below command, it will install rabbitmq locally and only then will any code under AMQP will work.
Note: Docker Client must be installed and running before running below command
After execution of this command the container will automatically be deleted
docker run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3.10-management

Requirements.txt

Install all dependencies with the command below
pip install -r .\requirements.txt

About

This repository is to demonstrate IoT protocols for beginners. It provides basic demonstration of 5 IoT protocols.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages