Skip to content

cwingho/test-protocol-api

Repository files navigation

Protocol Script Uploader

A web interface for uploading and executing protocol scripts (.py and .json files) on a target server in LAN environments.

Features

  • Drag-and-drop file upload interface
  • Support for Python (.py) and JSON (.json) files
  • Local deployment ready (no internet required)

Requirements

  • Python 3.7+
  • FastAPI
  • aiohttp
  • uvicorn

Quick Start

  1. Install dependencies:
pip install fastapi aiohttp uvicorn
  1. Run the server:
uvicorn main:app --reload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors