Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mesh
meshmap
Commits
0b6e74f5
Commit
0b6e74f5
authored
Mar 08, 2019
by
Eric - kg6wxc
Browse files
Merge branch 'master' of
https://gitlab.kg6wxc.net/mesh/meshmap
parents
3ed6f604
d47b65a8
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
0b6e74f5
...
@@ -2,11 +2,6 @@
...
@@ -2,11 +2,6 @@
<!-- May 2018 -->
<!-- May 2018 -->
<img
src=
"https://mapping.kg6wxc.net/meshmap/images/MESHMAP_LOGO.svg"
style=
"float:left; vertical-align: middle;"
/><h1
style=
"float: left; vertical-align: middle;"
>
MeshMap
</h1>
<img
src=
"https://mapping.kg6wxc.net/meshmap/images/MESHMAP_LOGO.svg"
style=
"float:left; vertical-align: middle;"
/><h1
style=
"float: left; vertical-align: middle;"
>
MeshMap
</h1>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
Automated mapping of AREDN Networks.
Automated mapping of AREDN Networks.
2016-2018 - Eric Satterlee / KG6WXC
2016-2018 - Eric Satterlee / KG6WXC
Addtional Credit to: Mark/N2MH and Glen/K6GSE for their work on this project.
Addtional Credit to: Mark/N2MH and Glen/K6GSE for their work on this project.
...
...
scripts/get-map-info.php
View file @
0b6e74f5
...
@@ -388,8 +388,11 @@ if ($getNodeInfo) {
...
@@ -388,8 +388,11 @@ if ($getNodeInfo) {
else
{
else
{
$chanbw
=
"0"
;
$chanbw
=
"0"
;
}
}
if
(
$meshRF
==
"off"
)
{
if
(
isset
(
$result
[
'meshrf'
][
'status'
]))
{
$ssid
=
"NONE"
;
if
(
$result
[
'meshrf'
][
'status'
]
==
"off"
)
{
$meshRF
=
"off"
;
$ssid
=
"NONE"
;
}
}
else
{
}
else
{
$ssid
=
$result
[
'meshrf'
][
'ssid'
];
$ssid
=
$result
[
'meshrf'
][
'ssid'
];
}
}
...
...
scripts/parallel_node_polling.php
View file @
0b6e74f5
...
@@ -160,8 +160,11 @@ if($sysinfoJson === FALSE) {
...
@@ -160,8 +160,11 @@ if($sysinfoJson === FALSE) {
else
{
else
{
$chanbw
=
"0"
;
$chanbw
=
"0"
;
}
}
if
(
$meshRF
==
"off"
)
{
if
(
isset
(
$result
[
'meshrf'
][
'status'
]))
{
$ssid
=
"NONE"
;
if
(
$result
[
'meshrf'
][
'status'
]
==
"off"
)
{
$meshRF
=
"off"
;
$ssid
=
"NONE"
;
}
}
else
{
}
else
{
$ssid
=
$result
[
'meshrf'
][
'ssid'
];
$ssid
=
$result
[
'meshrf'
][
'ssid'
];
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment