Skip to content

Server application for a hapticsys prototype which use a esp32 board. In this repository, I'll change the communication with the esp32 from serial to wifi

Notifications You must be signed in to change notification settings

MariaClaudia1328/hapticsys-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hapticsys Server

Description

A server to receive and send hapticsys signals

Requirements

  • Python 3.11
  • Flask
  • Linux
  • Python Virtual Env (venv)
  • Pip

Execution (via terminal)

  1. Set Virtual Enviroment
mkdir env
cd env
sudo python3.11 -m venv env
source env/bin/activate
sudo pip install -r requirements.txt
  1. Run server
flask run
  1. Stop server and deactivate the virtual enviroment
# Stop flask process with [crtl+c]
deactivate

Notes

  • The system hasn't been tested on Windows or WSL

About

Server application for a hapticsys prototype which use a esp32 board. In this repository, I'll change the communication with the esp32 from serial to wifi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%