Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/king-prawns/pine
Raspberry Pi Network Emulator
https://github.com/king-prawns/pine
network-emulator playback raspberry-pi
Last synced: about 2 months ago
JSON representation
Raspberry Pi Network Emulator
- Host: GitHub
- URL: https://github.com/king-prawns/pine
- Owner: king-prawns
- License: mit
- Created: 2021-10-30T15:58:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-10T10:39:39.000Z (almost 3 years ago)
- Last Synced: 2024-10-18T04:59:22.659Z (2 months ago)
- Topics: network-emulator, playback, raspberry-pi
- Language: TypeScript
- Homepage:
- Size: 1.92 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# PiNE
Raspberry Pi Network Emulator
## Installation
- Use the right version of node
```sh
nvm use
```- Install dependencies
```sh
npm ci
```## Start PiNE
- Run Trunk
```sh
cd trunk
npm run dev
```- Run Branch
```sh
cd branch
npm run dev
```- [Run Ground](https://github.com/king-prawns/Ground/blob/main/README.md) (Client app)
- Open Branch: http://localhost:5001/
- Start playback from client app