Skip to content

Very very simple implementation of python's simple http server to be launched via roslaunch

Notifications You must be signed in to change notification settings

chriswsuarez/simple_http_server_ros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple_http_server_ros

Very very simple implementation of python's simple http server to be launched via roslaunch. Utilizes python3

Usage

Run in terminal

roslaunch simple_http_server_ros http_server.launch port:=[desired_port] directory:=[desired_directory_to_host]

OR

bash scripts/http_server.sh [desired_port] [desired_directory_to_host]

Launch file

See the launch file as an example on how to implement in your own launch file.

About

Very very simple implementation of python's simple http server to be launched via roslaunch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published