Skip to content

Angineer/robot-web-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robot-web

A very simple HTTP server for interacting with my service robot. Based on https://github.com/eidheim/Simple-Web-Server.

Dependencies:

To install, ensure you have the dependencies installed, then build with CMake:

cd robot-mobile
mkdir build && cd build
cmake ..
make
sudo make install

There is also a systemd service file included for running the program as a service.

See https://www.adtme.com/projects/Robot.html for more info about the overall project.

About

A very simple HTTP server for communicating with my service robot

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.0%
  • HTML 1.2%
  • CMake 0.8%