lxp / pcapid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pcapid

An open-source pc API implementation for your self-hosting needs.

Run server

pip3 install -r requirements.txt
sanic pcapid.app --host 0.0.0.0 --port 443 --cert cert.pem --key privkey.pem

Client configuration

Add the following to your client configuration:

api_host = <your_domain>
ws_host = <your_domain>

About

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%