Skip to content

pincio/forge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Forge

Forge builds PiNC images.

## What?

Given a set of network throttling profiles, Forge will configure a Raspbian image so that your Raspberry Pi will operate as a wireless router, with a WLAN per profile. The default profiles are the average 4G and 3G mobile network connections in the UK.

Requirements

To build a PiNC image with Forge, you'll need Docker. If you use a Mac, then you'll need Docker Toolbox, as the device mapper isn't available in Docker for Mac.

## Getting Started

You can build a PiNC image from a Raspbian image by executing the following commands:

cd $(dirname /path/to/raspbian_lite_latest.img)
docker run --rm --privileged -v $PWD:/tmp pinc/forge /tmp/raspbian_lite_latest.img

## Feedback

Your thoughts and comments are, of course, always welcome. In descending order of responsiveness, you can:

## License

Forge is MIT-licensed.