Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 589 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 589 Bytes

omniedge-openwrt

OpenWrt package for omniedge

Usage

  1. Download ipk releasted to your arch, and copy it to your router
  2. Install it by running opkg install omniedge*.ipk
  3. Generate Security-key, and get the Virtual Network ID from Dashboard
  4. Add your Security key and virtual network id to /etc/init.d/omniedge:
security_key=OMNIEDGE_SECURITY_KEY
virtual_network_id=OMNIEDGE_VIRUTALNETWORK_ID
  1. running Omniedge by:
/etc/init.d/omniedge enable
/etc/init.d/omniedge start