Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
94 commits
Select commit Hold shift + click to select a range
30b15f8
Implemented data collecting for connectivity pings.
cassiohg Oct 6, 2021
234fd9c
Implemented the collecting of wifi devices signal to noise ration. Not
cassiohg Oct 8, 2021
5af6f16
Added identification names for each raw data section. Removed unused
cassiohg Oct 8, 2021
ac707a9
Copied the flock usage to all implementations of pings being saved to
cassiohg Oct 8, 2021
58c12cf
Added variable to enable or disable data collecting of connectivity
cassiohg Oct 15, 2021
1c01c71
Sticking to changing the 'check_connectivity_internet' function inside
cassiohg Oct 15, 2021
83b9b1a
Added a loop to collect wifi devices in both 2.4GHz and 5GHz interfaces
cassiohg Oct 15, 2021
11ce3f1
Reading "is active" variable when reading connectivity pings enabled
cassiohg Oct 18, 2021
e2bf946
Added default value for second argument in check_connectivity_interne…
cassiohg Oct 27, 2021
2055fc1
Redirecting error output to /dev/null in some function calls. Cleaning
cassiohg Oct 27, 2021
8154562
Reduced function name.
cassiohg Oct 29, 2021
2d54272
Not invoking a sub shell when calling a measure collecting function, as
cassiohg Oct 29, 2021
83c5bea
Merge branch 'feature/drivers' into feature/data_collecting_2021
cassiohg Nov 1, 2021
613582a
Redirecting all '/etc/init.d/data_collecting stop' output to /dev/null
cassiohg Nov 1, 2021
a07d5f7
Enhanced comments. Changed the place where 'rawData' variable is
cassiohg Nov 3, 2021
de39504
Changed a variable name and enhanced comments.
cassiohg Nov 3, 2021
5ac793f
removing ping metrics collection
danielatk Apr 20, 2022
c37ed7f
adding packet up/down collection
danielatk Apr 22, 2022
6f4e334
collecting latency and up/down packets stats
danielatk Apr 22, 2022
2e7fc3a
collecting wifi tx/rx packet count per connected device
danielatk Apr 27, 2022
b98a85a
leaving auxiliary files in data collecting directory
danielatk Apr 28, 2022
df1aef8
removing wan packets collection because of hwnat
danielatk May 6, 2022
a7c31d1
reverting previous commit
danielatk May 6, 2022
b807b13
Merge branch 'master' into feature/data_collecting_2022
danielatk May 6, 2022
a3df8ea
Better way to find wan name for Mediatek & Realtek
lucasperovani May 11, 2022
5b44687
Added function to change wan vlan configuration.
lucasperovani May 11, 2022
0d9579e
Fixed a bug on creation of the vlan json file.
lucasperovani May 11, 2022
b919097
Added wan vlan configuration from flashman.
lucasperovani May 11, 2022
9838369
Added a function to get the ports of the router.
lucasperovani May 11, 2022
2907e16
Added a function to get the current vlan config.
lucasperovani May 11, 2022
30d4563
Added function to validate and configure vlan.
lucasperovani May 11, 2022
86f3bb9
Added a func to config the wan-vlan from the Tecnico's APP.
lucasperovani May 11, 2022
c74a10e
Added a function to get vlan config from Tecnico's APP.
lucasperovani May 11, 2022
d63dab3
Added function to get ports from Tecnico's APP
lucasperovani May 11, 2022
80032f8
Added func to config the vlan from Tecnico's APP.
lucasperovani May 11, 2022
e18ae31
Moved vlan configuration after authentication.
lucasperovani May 12, 2022
4425882
data collection fixesg
danielatk May 13, 2022
4b37cca
changing '-1' returns for '1'
danielatk May 13, 2022
70099d7
Added boot configuration in flashman_init.conf
lucasperovani May 16, 2022
edc0cc2
Fixed typos and improved port checks.
lucasperovani May 16, 2022
76cfe8e
Changed set vlan to only receive the vlan port.
lucasperovani May 16, 2022
82dd4c0
Assure that Atheros don't change the wan vlan.
lucasperovani May 16, 2022
588a89b
Merge pull request #118 from anlix-io/feature/vlan-wan
ggbruno May 16, 2022
4ab4508
creating mechanism to pass forward to collection server which measure…
danielatk May 17, 2022
42a04fb
Merge branch 'development' into feature/data_collecting_2022
danielatk May 17, 2022
e817f41
Merge branch 'release/0.35.2' into development
ggbruno May 18, 2022
9fe74bc
removing 'ts' from measurement string passed to collection server
danielatk May 19, 2022
a51b81e
changing raw format to pass to collection server
danielatk May 19, 2022
847e24e
Merge branch 'development' into feature/data_collecting_2022
danielatk May 19, 2022
474f1c8
adding important comment
danielatk May 19, 2022
f12ac90
Fixed if typo.
lucasperovani May 20, 2022
5392d75
Merge pull request #119 from anlix-io/hotfix/vlan-wan
guissenges May 24, 2022
9842b39
Merge tag '0.35.3' into development
guissenges May 25, 2022
ca934af
Merge branch 'development' into feature/data_collecting_2022
danielatk May 31, 2022
e2d656e
correcting raw data formatting
danielatk Jun 9, 2022
32b88c6
correcting wifi devices section
danielatk Jun 12, 2022
2eda491
correcting wireless devices raw formatting
danielatk Jun 12, 2022
13dedf9
correcting data collecting ping_and_wan update on keepalive
danielatk Jul 7, 2022
7ea7db5
adding wifi signal to collected measures
danielatk Jul 14, 2022
e04d19f
treating case where there is 100% packet loss
danielatk Jul 14, 2022
967a31b
Merge branch 'development' into feature/data_collecting_2022
danielatk Jul 15, 2022
ab9871a
fixing case where signal appears as unknown
danielatk Aug 11, 2022
7273ea3
fixing case where signal appears as unknown, now discarding
danielatk Aug 11, 2022
16b7c20
Merge tag '0.37.0' into feature/data_collecting_2022
danielatk Sep 4, 2022
c052b36
fixing wifi devices bug
danielatk Sep 15, 2022
3f9da4b
development merge
danielatk Sep 15, 2022
80e838f
synchronizing with dev branch
danielatk Sep 15, 2022
2795400
config file read
danielatk Sep 15, 2022
221fd43
handling case where SNR appears as equal to signal
danielatk Sep 27, 2022
932dfda
removing comments that don't add much information because of flash li…
danielatk Sep 28, 2022
7881444
Revert "removing comments that don't add much information because of …
danielatk Sep 28, 2022
ea6a288
sending raw packet/byte counts + removing detailed ping data + using …
danielatk Sep 29, 2022
c39a247
Merge branch 'feature/data_collecting_2022' of https://github.com/anl…
danielatk Sep 29, 2022
2c5cfb3
shortening variable names + syntax shortening when possible
danielatk Sep 29, 2022
c86d15e
further syntax shortening
danielatk Sep 29, 2022
eba10be
removing instances of data collecting
danielatk Sep 29, 2022
b57fb28
removing unnecessary function
danielatk Sep 30, 2022
c571f39
Merge branch 'feature/data_collecting_2022' of https://github.com/anl…
danielatk Sep 30, 2022
6f8d642
reverting back to commit before syntax changes + removing compressed …
danielatk Sep 30, 2022
0c0131a
removing compressed file logic
danielatk Sep 30, 2022
3317ff9
removing unnecessary function
danielatk Sep 30, 2022
8149a11
removing compressed wan bytes/packets pre-processing and wifi devices…
danielatk Sep 30, 2022
2ab686a
Merge branch 'feature/data_collecting_2022_no_syntax_change' of https…
danielatk Sep 30, 2022
4706cf8
adding back individual ping packets data
danielatk Sep 30, 2022
1de7ff7
Merge branch 'feature/data_collecting_2022' of https://github.com/anl…
danielatk Sep 30, 2022
300fd3b
removing hasLatency sections of code
danielatk Sep 30, 2022
2abe634
syntax shortening
danielatk Oct 2, 2022
2cd4fa1
shortening syntax of not yet added sections of code
danielatk Oct 4, 2022
c36a053
removing unnused function
danielatk Oct 5, 2022
4e2893d
changing new function names
danielatk Oct 5, 2022
2c75ccf
removing other unnused function
danielatk Oct 5, 2022
321f3be
final syntax corrections
danielatk Oct 6, 2022
373926a
correcting unkown signal bug
danielatk Oct 9, 2022
708d8ab
Merge branch 'development' into feature/data_collecting_2022
danielatk Aug 5, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ endif
echo 'FLM_WAN_PPPOE_USER=$(CONFIG_FLASHMAN_PPPOE_USER)' >>$(1)/usr/share/flashman_init.conf
echo 'FLM_WAN_PPPOE_PASSWD=$(CONFIG_FLASHMAN_PPPOE_PASSWD)' >>$(1)/usr/share/flashman_init.conf
echo 'FLM_WAN_PPPOE_SERVICE=$(CONFIG_FLASHMAN_PPPOE_SERVICE)' >>$(1)/usr/share/flashman_init.conf

echo 'FLM_USE_AUTH_SVADDR=$(CONFIG_FLASHMAN_USE_AUTH_SERVER)' >>$(1)/usr/share/flashman_init.conf
echo 'FLM_CONNECTIVITY_SVADDRS_LIST=$(CONFIG_CONNECTIVITY_SVADDRS_LIST)' >>$(1)/usr/share/flashman_init.conf

Expand Down
2 changes: 1 addition & 1 deletion files/etc/uci-defaults/z002_flashbox-network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ uci set network.lan.netmask="$_lan_netmask"
uci set network.lan.ip6assign="$_lan_ipv6prefix"
uci set network.lan.igmp_snooping='1'
uci set network.lan.stp='1'

# Configure dmz
uci set network.dmz=interface
uci set network.dmz.proto='static'
uci set network.dmz.netmask='24'
Expand Down
Loading