- Notifications
You must be signed in to change notification settings - Fork1
OpenWrt feed for installing Minim's open source Unum agent
License
MinimSecure/minim-openwrt-feed
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Add the Minim feed to an OpenWrt build'sfeeds.conf
file:
# Minim feedsrc-git minim https://github.com/MinimSecure/minim-openwrt-feed
Update the local copy of the Minim feed with the OpenWrtfeeds
script:
./scripts/feeds update minim
This package addsMinim's open source Unum agent to OpenWrt builds.
Running the Unum agent requires a Minim Labs developer account.Sign up for an account on the Minim website.
Download a pre-built ipk package for your platform on theUnum SDK releases page.
In-depth instructions are available in theUnum SDK repository andwiki.
After adding the feed as above, install the package with
./scripts/feeds install unum
Enable or install the Unum agent inmake menuconfig
underNetwork thenmake
as normal to generate images, etc.
Build an Unum agent ipk withmake package/unum/compile
, then usescp
tocopy the ipk onto your router and useopkg install
to install it.
This package is a limited functionality replacement forhttps://openwrt.org/packages/pkgdata/luci-mod-rpc that removes the dependency on lua/luci.
Examples of the luci-mod-rpc api can be found athttps://floatingoctothorpe.uk/2017/managing-openwrt-remotely-with-curl.html
This package has slightly different semantics
- it makes assumptions about the json syntax for simplicity
- it commits immediately instead of deferring the operation until a commit is performed
- it assumes network parameter changes are being made as perhttps://github.com/MinimSecure/minim-openwrt-feed/blob/master/web-rpc/src/web_rpc.c#L242
The luci code repository is a git submodule under minim-openwrt-feed, so make sure to initialize and update it when working with this package locally
About
OpenWrt feed for installing Minim's open source Unum agent
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Contributors6
Uh oh!
There was an error while loading.Please reload this page.