Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/kourva/violationbit
- Owner: Kourva
- License: mit
- Created: 2024-03-02T16:43:55.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T16:13:41.000Z (2 months ago)
- Last Synced: 2024-08-28T17:56:08.431Z (2 months ago)
- Topics: biphase-l, datalinklayer, manchester, manchester-encoding, matplotlib-pyplot, python, violation-bit
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)