Skip to content

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

Notifications You must be signed in to change notification settings

nithin-k-shine/HTTP_FileServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages