Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.25 KB

File metadata and controls

31 lines (21 loc) · 1.25 KB

HTTP_FileServer

A simple HTTP file server for high-speed data transfer between devices connected to the same network and a data server to store common files to be accessed by all devices in the network

Achitecture

The HTTP protocol is used to share a directory in our laptop to all the devices in the network. After running the following python code, a port number will be displayed in the terminal that you need to open in your phone’s browser along with the IP address of your laptop (http://ip_address:port_number). Now as soon as the phone is connected, you can upload files from your phone directly into your laptop’s directory without internet connection.

image
Accessing shared directory via your phone, connected to the same network
Shared directory in your laptop