Commit Graph

791 Commits

Author SHA1 Message Date
Joe AE6XE d919acba4b bugfix: README correction on cpe510v2 image to use
fixes #83
2018-07-19 17:37:55 -08:00
dman776 5c5ed5a8bc
Add Node description to status (and setup) pages (#79)
Closes #32 
* feature: add node description to status page
* feature: add node description to status page
* scrub for html like tags and correct node description label
* cleanup extra whitespace, comments, and debug stmt
2018-07-19 13:28:18 -05:00
dman776 e8e4633662
Update contributors file (#80)
* Update contributors file

* update Jason's info
2018-07-18 21:11:14 -05:00
Eric 282f4a170b Added the Nodes locally hosted service listing to sysinfo.json (#78)
* Added the Nodes locally hosted service listing to sysinfo.json

Added the Nodes locally hosted service listing to sysinfo.json file.

* Forgot to change api_version

* Change info[] section to be services_local to keep in line with the function is called

was info[local_services] now info[services_local]
2018-07-18 16:48:31 -05:00
dman776 f05c204a96
feature: nodename field on setup page is too small (#77)
Fixes #76
2018-07-17 14:13:30 -05:00
Jason accca49945 Support 29 host direct mode (fixes #49) 2018-07-17 08:53:11 -05:00
dman776 da089acb68
bugfix: use new nslookup format (fixes #48) (#74) 2018-07-16 20:54:38 -05:00
Joe AE6XE 287a995089 bugfix: update wscan to nslookup parsing in opewrt 18.06 2018-07-15 16:06:30 -07:00
Joe AE6XE d8262e37e7 bugfix: Ensure ip2hostname returns shortname
Needed to minimize size of OLSR advertisements and
ensure correctness of links in mesh status page

fixes #66
2018-07-15 09:28:03 -07:00
Joe AE6XE eae3e42ddd bugfix: nslookup output parsing changes with openwrt 18.06
fixes #66
2018-07-14 23:09:48 -07:00
dman776 ef05b37c61
circleci: correct proper targets directory structure (#63) 2018-07-14 23:47:51 -05:00
Joe AE6XE 53fd55b345 aredn: tunnel firewall rules upgrade to openwrt 18.06
fixes: #68
2018-07-14 21:34:00 -07:00
Joe AE6XE 7c163deff0 build: add vtun package to compile (#62) 2018-07-13 23:57:37 -05:00
Eric 5ad1a14022 Added Uptime and Load Averages to the sysinfo.json file. (#61)
* Added Uptime and Load Averages to the sysinfo.json file.

All code copied from Darryl, dman776.

* Updated Api Version number to 1.2.

Updated Api Version Number to 1.2.
2018-07-13 23:44:28 -05:00
dman776 135a24a8d5
circleci: add proper dependencies to control order of workflow exec (#60) 2018-07-13 10:22:59 -05:00
dman776 2db67fc168
bugfix: signal charts drop-down list only contains the avg signal for all connected stations (fixes #48) (#58) 2018-07-12 17:32:55 -05:00
dman776 070b43e817
circleci: correct tar command (#55) 2018-07-12 10:48:58 -05:00
dman776 66f0208229
circleci: correct tar command (#54) 2018-07-12 09:58:45 -05:00
dman776 1120b808e3
circleci: correct tar command (#53) 2018-07-12 09:39:08 -05:00
dman776 506b15286b
bugfix: node cannot detect that it was WAN access. location if 'ip' command is incorrect (fixes #40) (#41) 2018-07-11 22:51:22 -05:00
dman776 906044ab77
circleci: add workflow to build/deploy nightly snapshots at 2100UTC (#50)
* circleci: add workflow to build/deploy nightly snapshots at 2100UTC

* circleci: change scheduled time for build
2018-07-11 22:50:28 -05:00
Joe AE6XE 0f4eeef0a8 build: Update final image names for CircleCI automation 2018-07-11 20:44:09 -07:00
Joe AE6XE ec4bf4eca3 Revert "fix prebuild shellcheck tests to run properly with external sources (#5)"
This change brought compatibilty to newer versions of shellcheck.
Unfortanately, current linux OS' do not offer this newer version
and a higher burden to compile and install shellcheck is required.
Consequently, this upgrade will be defered until newer versions
of shellcheck are included by default in linux distribtuions.
2018-07-11 14:30:33 -07:00
dman776 360786c22e
bugfix: correct config.mk package path (#43) 2018-07-10 19:10:01 -05:00
dman776 65bba7aa35
feature: add SSID to status page (resolves #31) (#42) 2018-07-10 19:06:18 -05:00
dman776 604b23cf38
circleci: further refinements in build config (#39) 2018-07-09 14:50:17 -05:00
dman776 53cbaf44c2
Ci update (#38)
* circleci: refine config
2018-07-09 13:08:22 -05:00
dman776 b68b3da5c4
Circleci update (#37)
* circleci: refine config
2018-07-09 10:18:34 -05:00
dman776 9f2c34eec2
Revert "circleci: debug resolve 'directory not empty error' (#35)" (#36)
This reverts commit 79f11552e5.
2018-07-09 09:25:35 -05:00
dman776 79f11552e5
circleci: debug resolve 'directory not empty error' (#35) 2018-07-09 09:24:06 -05:00
dman776 7330b9a2c7
CircleCI initial configuration for automated builds (#34) 2018-07-09 09:03:44 -05:00
dman776 2b7627c854
add Docker build instructions (#26)
* add Docker build instructions

* add Docker build instructions

* corrected capitalization error
2018-07-06 10:05:16 -05:00
Darryl Quinn 41559da318 feature: add channel and bandwidth to status page (resolves #28) 2018-07-05 19:23:12 -05:00
apcameron 0d95d4d708 ar71xx: Add Support for the TP-LINK CPE510 V2.0 Device
Once the PR for this is accepted by Openwrt we will need to remove the file
001-add_support_for_TP-Link_CPE510_v2.patch

Removed 001-add_support_for_TP-Link_CPE210_v2.patch as PR #937 has been committed

Updated 99_setup_aredn_include to remove unused Rssi Led configuration
2018-07-04 18:17:14 -07:00
Darryl Quinn acd579e9b0 update AREDNLicense.txt websites list 2018-07-02 18:20:28 -05:00
Joe AE6XE 511e450afa hardware: add definition for Basebox 2 2018-07-01 20:20:26 -05:00
Joe AE6XE 1bebbc3257 aredn: iperf fw rules and fw restart on pkg install
Port iperf fw rules and fw restart on pkg install to
new build structure
2018-07-01 20:20:26 -05:00
Darryl Quinn a8d0fbd16c Change AREDN site URLs, licensing info, and correct typos in AREDN name 2018-06-30 10:32:54 -05:00
Joe AE6XE 62e95f1409 build: README add device status and openwrt URL correction 2018-06-22 07:47:40 -07:00
Joe AE6XE bc27c4c863 build: update to OpenWRT 18.06 branch and README 2018-06-15 21:45:24 -05:00
Joe AE6XE 8cbc9a1435 hardware: add aredn definition for mikrotik 912uag-5hpnd
Mikrotik RouterBOARD 912UAG-5HPnD or BaseBox 5 definition
2018-06-15 17:50:18 -05:00
Joe AE6XE d66a7e8842 bugfix: sysupgrade no longer supports -d option 2018-05-19 07:12:14 -07:00
apcameron 9fd3f30934 ar71xx: Add Support for the TP-LINK CPE210 V2.0 Device
Once Support for the TP-LINK CPE210 V2.0 gets added to the OpenWrt code we will need to drop the patch 001-add_support_for_TP-Link_CPE210_v2.patch
2018-05-15 21:20:44 -07:00
Joe AE6XE 68c1ba7fa9 bugfix: ubnt uboot firmware check fails via tftp
newer versions of Ubiquiti uboot constrain
the firmware header version sting. Current
openwrt formated versioning results in a
uboot firmware check error
2018-05-13 23:11:51 -05:00
Joe AE6XE 7ee18ed05b hardware: add tplink cpe510 v1.1 aredn device definition
Power settings at or below vendor max specs.  Some channels
further limited within driver likely from vender
flash config data settings
2018-05-13 23:11:51 -05:00
dman776 3e4e6270b7
feature: add bootloader version to supporttool output (#8)
* feature: add U-Boot version to supporttool output

* feature: add bootloader version to supporttool output
2018-05-13 23:02:57 -05:00
Joe AE6XE d33df3dab7 aredn: define vlans for aredn devices (#7)
aredn devices configured with lan, wan, and dtdlink
networks.
2018-05-03 00:07:55 -05:00
dman776 d090ba8038
fix prebuild shellcheck tests to run properly with external sources (#5) 2018-05-02 22:16:03 -05:00
dman776 c0f368809e
update contributors file to add KK4ZUZ (#6) 2018-05-02 22:11:34 -05:00
dman776 7f78757bc2
correct issues in files so build test will pass without issue (#4)
* correct issues in files so build test will pass without issue

* correct issues in files so build test will pass without issue
2018-05-02 19:42:04 -05:00