A web interface for uploading and executing protocol scripts (.py and .json files) on a target server in LAN environments.
- Drag-and-drop file upload interface
- Support for Python (.py) and JSON (.json) files
- Local deployment ready (no internet required)
- Python 3.7+
- FastAPI
- aiohttp
- uvicorn
- Install dependencies:
pip install fastapi aiohttp uvicorn- Run the server:
uvicorn main:app --reload