No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
Repository Summary
Checkout URI | https://github.com/peci1/ubnt_airos_tools.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2023-04-16 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
ubnt_airos_tools | 1.1.0 |
README
#ubnt_airos_tools
Ubiquiti AirOS tools for extracting AP information to ROS.
Tested with Bullet M5 with firmware 6.2.0.
This package provides a node that publishes some basic statistics about the Bullet itself, its network interfaces and connected stations.
airos_api
Parameters
-
string
username
: Username to use for login (defaultubnt
) -
string
password
: Password to use for login (defaultubntubnt
) -
string
address
: The base address of the web UI (defaulthttp://192.168.1.1
) -
string
frame_id
: The frame_id to be used in the published messages’ headers. IfNone
, the Bullet’s hostname will be read from a status message and used as frame_id. Default isNone
. -
float
publish_rate
: Rate at which to query the Bullet and publish the data (default0.1
Hz). -
bool
compute_rates
: The station and interface stats do not normally include rate statistics. If you want the to be computed by this node, set this paramter to True. This means that the first message of each stream will be dropped, because it has no predecessor with which total bytes could be compared. Default isTrue
.
Published topics
-
ubnt_airos_tools/Status
status
: The status info about the Bullet. -
ubnt_airos_tools/Interfaces
interfaces
: Statistics of the Bullet’s network interfaces. -
ubnt_airos_tools/Stations
stations
: Statistics of the Bullet’s connected stations.
CONTRIBUTING
No CONTRIBUTING.md found.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
Repository Summary
Checkout URI | https://github.com/peci1/ubnt_airos_tools.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2023-04-16 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
ubnt_airos_tools | 1.1.0 |
README
#ubnt_airos_tools
Ubiquiti AirOS tools for extracting AP information to ROS.
Tested with Bullet M5 with firmware 6.2.0.
This package provides a node that publishes some basic statistics about the Bullet itself, its network interfaces and connected stations.
airos_api
Parameters
-
string
username
: Username to use for login (defaultubnt
) -
string
password
: Password to use for login (defaultubntubnt
) -
string
address
: The base address of the web UI (defaulthttp://192.168.1.1
) -
string
frame_id
: The frame_id to be used in the published messages’ headers. IfNone
, the Bullet’s hostname will be read from a status message and used as frame_id. Default isNone
. -
float
publish_rate
: Rate at which to query the Bullet and publish the data (default0.1
Hz). -
bool
compute_rates
: The station and interface stats do not normally include rate statistics. If you want the to be computed by this node, set this paramter to True. This means that the first message of each stream will be dropped, because it has no predecessor with which total bytes could be compared. Default isTrue
.
Published topics
-
ubnt_airos_tools/Status
status
: The status info about the Bullet. -
ubnt_airos_tools/Interfaces
interfaces
: Statistics of the Bullet’s network interfaces. -
ubnt_airos_tools/Stations
stations
: Statistics of the Bullet’s connected stations.
CONTRIBUTING
No CONTRIBUTING.md found.