Skip to content

Remote file downloading on Router using IoT protocols ( HTTP, MQTT)

Notifications You must be signed in to change notification settings

frzvfdr/IoT-Protocol-Download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

IoT-Protocol-Download

Remote file downloading on Router using IoT protocols ( HTTP, MQTT) Remote file downloading on Light Links Router using IoT protocols ( HTTP, MQTT)
(Code is still under development and I will publish the full code here, now you can find the fundamentals here.)

What the code does ?

Have you ever imagined using IoT protocols in order to download remotely on your router without any PC or other systems from anywhere in the world?
So I'm making a pure shell script to make this happen using just HTTP requests!

How it works?

  1. Just use SSH to upload this Shell to your Router or IoT Hub and run it !
  2. Use our pannel or make your own dashbord using Python or PHP for sending download links and start requests using HTTP methods.
  3. The file will be download on you external flash or hard drive connected to Router.
Use this format (Json Array) if you want to make your own IoT dashbord to use Remote IoT Router Download:
#To start download
YourArray=[1,downloadlink,/sda/hard-flash-drive-name]
#To stop download
YourArray=[0,downloadlink,/sda/hard-flash-drive-name]

About

Remote file downloading on Router using IoT protocols ( HTTP, MQTT)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages