--
You received this message because you are subscribed to the Google Groups "OpenWISP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openwisp+u...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/openwisp/cfbb6c24-ee8f-409f-9fd5-77ce0da04d9d%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "OpenWISP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openwisp+u...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/openwisp/d7a758e6-d66c-46d8-b3fe-af9dfc8a4d02%40googlegroups.com.
package system config system 'system' option description 'Test router' option hostname 'mesh-node-kantoor' option maintainer 'XXXXXXXXXXXXXXX' option timezone 'CET-1CEST,M3.5.0,M10.5.0/3' option zonename 'Europe/Amsterdam' package network config interface 'lan' list bridge_members 'eth0.1' list bridge_members 'mesh0' list dns_servers '8.8.8.8' list dns_servers '8.8.4.4' option gateway '192.168.100.1' option ifname 'lan' option ipaddr '192.168.100.152' option netmask '255.255.255.0' option proto 'static' config interface 'mesh0' option ifname 'mesh0' option proto 'none' package wireless config wifi-device 'radio0' option channel '6' option disabled '0' option htmode 'HT20' option hwmode '11g' option legacy_rates '0' option noscan '1' option txpower '20' option type 'mac80211' config wifi-iface 'wifi_mesh0' option device 'radio0' option ifname 'mesh0' option mesh_fwding '1' option mesh_id 'Highway' option mesh_rssi_threshold '0' option mode 'mesh' option network 'lan'
--
You received this message because you are subscribed to the Google Groups "OpenWISP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openwisp+u...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/openwisp/492887a0-f908-4a08-bd11-346fd20925fd%40googlegroups.com.
# convert an OpenWRT tar.gz to NetJSON and print to standard output (with 4 space indentation) netjsonconfig --native config.tar.gz --backend openwrt --method json -a indent=" "
Example taken from: http://netjsonconfig.openwisp.org/en/latest/general/commandline_utility.html
I hope this helps.
--
You received this message because you are subscribed to the Google Groups "OpenWISP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openwisp+u...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/openwisp/d4745651-2007-422f-acb9-7a4ba29604cd%40googlegroups.com.