https://github.com/oeway/leap-comm
https://github.com/oeway/leap-comm
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/oeway/leap-comm
- Owner: oeway
- Created: 2022-08-10T21:12:32.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-10T22:23:10.000Z (almost 4 years ago)
- Last Synced: 2025-02-15T18:32:49.922Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation
```
conda create -n leap-comm python=3.8 -y
pip install -r requirements.txt
```
# Usage
## Start the server
```
conda activate leap-comm
python start-server.py
```
In another terminal, run the client:
```
conda activate leap-comm
python client-test.py
```