Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# logo 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