resin-io/resin-net-config

Name: resin-net-config

Owner: Resin.io

Description: null

Forked from: petrosagg/resin-net-config

Created: 2015-05-05 12:59:55.0

Updated: 2017-11-02 12:50:47.0

Pushed: 2015-05-12 16:40:46.0

Homepage: null

Size: 118

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Overview

This tool reads a resin raspberry pi image from a file and prints the network configuration to stdout, or reads a network configuration from stdin and writes it in the image.

Usage

  1. Download an image from your dashboard
  2. Run ./resin-net-config get resin-foobar.img > foobar.config
  3. Modify foobar.config according to your needs as per the connman config format - More information -> http://docs.resin.io/#/pages/configuration/custom-network.md
  4. After you're done run cat foobar.config | ./resin-net-config set resin-foobar.img

To change the ethernet configuration use the get_ethernet and set_ethernet methods instead of the regular get and set


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.