Skip to content

mhosmar-cpr/formant-proxy-adapter

 
 

Repository files navigation

Formant proxy adapter

This proxy can be used to communicate with an HTTP server running on a local robot from a webrtc custom view/module.

This project has a few components:

  • an adapter in main.py that takes webrtc calls from the website, and translates them into http calls on the device. You can run it using ./start.sh
  • a simple website for testing simple_website.py you can run with export FLASK_APP=simple_website flask run
  • an example website frontend that can e
    • setup using cd frontend && yarn
    • and run yarn dev

if run locally, you can add a custom view http://localhost:9146/index.html?device={device_id}&auth={auth} during development

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 47.3%
  • TypeScript 39.5%
  • CSS 6.0%
  • Shell 5.0%
  • HTML 2.2%