mirror of
https://gitlab.com/prpl-foundation/prplos/feeds/feed_gmap.git
synced 2025-12-20 01:20:21 +08:00
fbc747678454d1df502ca0a998625e5bab52c6cb
Issue: PCF-153 gmap-server export functions Issue: PCF-188 relative path in odl to .so file fails GitOrigin-RevId: b6464e0a844ad86dbf0b005afbefabb0ce7436e6
Feed_gmap
SoftAtHome feed of Openwrt packages for gMap components.
Included components
Feed_gmap includes the following components:
Applications
- gmap-mod-ethernet-dev - gMap component that adds discovered devices to the gmap datamodel and links them to the correct interface
- gmap-mod-self - gmap module to fetch information about the hgw itself and the layer 2 'devices' on it
- gmap-server - Service implementing the gmap data model
Configurations
- gmap-mibs-common - Generic mib files for the gmap service
Libraries
- libgmap-client - Client library for gmap modules
How to add feed_gmap to your OpenWrt build
At the root of your OpenWrt tree, add the following to your feeds.conf file:
src-git feed_gmap git@gitlab.com:soft.at.home/buildsystems/openwrt/feed_gmap.git;main
Add the packages to your OpenWrt instance with the following commands:
./scripts/feeds update feed_gmap #retrieve the feed from service/update to latest
./scripts/feeds install -p feed_gmap #make all of the feed packages available to the build
Description
Languages
Makefile
98.6%
Shell
1.4%