Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kourva/violationbit

Violation bit simulator using Manchester II (BiPhase-L)
https://github.com/kourva/violationbit

biphase-l datalinklayer manchester manchester-encoding matplotlib-pyplot python violation-bit

Last synced: 24 days ago
JSON representation

Violation bit simulator using Manchester II (BiPhase-L)

Awesome Lists containing this project

README

        



Violation Bit


Violation bit simulator using Manchester II (BiPhase-L)


G. E. Thomas convention



‡ Installation

+ Clone repository
```bash
git clone https://github.com/Kourva/ViolationBit
```

+ Navigate to ViolationBit
```bash
cd ViolationBit
```
+ Make virtual environment and activate it
```bash
virtualenv venv && source venv/bin/activate
```
+ Install requirements
```bash
pip install -r requirements.txt
```
+ Run simulation
```bash
python main.py -x "-1" -n "2" -d "0110 00110 10"
```
Where:
- **-x** is minimum voltage
- **-n** is maximum voltage
- **-d** is the data
- **-h** to see usage (You will get error if you dont specify the arguments)