All Projects → ZigFisher → Glutinium

ZigFisher / Glutinium

Licence: gpl-3.0
Glutinium - OpenWRT packages for extends functionality: accel-ppp baoclone barcode changemac empty etherdump fixsum flyavr flygps flypeek flyscripts gpio-littlewire gpio-rcswitch homes-smart httping i2c-telemetry i2c-tools kdb littlewire-extra littlewire micronucleus mini_snmpd mjpg-streamer-lite ncftp pzem004t rcswitch remserial sshpass suart uvc-ctrl uvc-streamer uvc2http c328 vlhttp vtun-lite webadmin

Programming Languages

c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to Glutinium

Openwrt Netkeeper
[C/C++] Run Netkeeper on OpenWrt Device
Stars: ✭ 919 (+994.05%)
Mutual labels:  openwrt
Socketman
And I think it's gonna be a long, long time
Stars: ✭ 52 (-38.1%)
Mutual labels:  openwrt
Openwrt Nanopi R2s
OpenWrt support for FriendlyElec NanoPi R2S RK3328 SoC board with 2x1000Mbps ports. This repository is not a fork of friendlywrt but a fork of upstream/openwrt.
Stars: ✭ 73 (-13.1%)
Mutual labels:  openwrt
Luci App Clash
Luci interface for Clash Openwrt
Stars: ✭ 967 (+1051.19%)
Mutual labels:  openwrt
Board
LibreRouter hardware repository
Stars: ✭ 48 (-42.86%)
Mutual labels:  openwrt
Sirpdboy Package
sirpbboy-package
Stars: ✭ 59 (-29.76%)
Mutual labels:  openwrt
Openwrt Ci
OpenWrt CI 在线集成自动编译环境
Stars: ✭ 893 (+963.1%)
Mutual labels:  openwrt
Openwrt Simple Obfs
Simple-obfs for OpenWrt/LEDE
Stars: ✭ 81 (-3.57%)
Mutual labels:  openwrt
Yodaos
Yet another Linux distribution for voice-enabled IoT and embrace Web standards
Stars: ✭ 1,050 (+1150%)
Mutual labels:  openwrt
Zapret
Обход DPI в linux
Stars: ✭ 1,148 (+1266.67%)
Mutual labels:  openwrt
Luci App Shadowsocks
OpenWrt/LEDE LuCI for Shadowsocks-libev
Stars: ✭ 971 (+1055.95%)
Mutual labels:  openwrt
Openwisp Monitoring
Network monitoring system written in Python and Django, designed to be extensible, programmable, scalable and easy to use by end users: once the system is configured, monitoring checks, alerts and metric collection happens automatically.
Stars: ✭ 37 (-55.95%)
Mutual labels:  openwrt
Cloud N1 Openwrt
Github Actions 自动编译 OpenWrt 固件(适配 Phicomm N1)
Stars: ✭ 66 (-21.43%)
Mutual labels:  openwrt
Prince
Implementing PopRouting
Stars: ✭ 11 (-86.9%)
Mutual labels:  openwrt
Openwrt Kcptun
kcptun for OpenWrt
Stars: ✭ 80 (-4.76%)
Mutual labels:  openwrt
Openwrt Firmware Selector
Yet another OpenWrt firmware selector. With custom image builder support.
Stars: ✭ 23 (-72.62%)
Mutual labels:  openwrt
Koolshare Clash
🐱 Run Clash Tunnel on Koolshare OpenWrt
Stars: ✭ 1,106 (+1216.67%)
Mutual labels:  openwrt
Openwrt Extra
Some extra packages for OpenWrt
Stars: ✭ 84 (+0%)
Mutual labels:  openwrt
Ac2100 Openwrt Guide
Install OpenWrt on the AC2100 (black cylinder)
Stars: ✭ 80 (-4.76%)
Mutual labels:  openwrt
Actions Openwrt K2p
Use Github Actions to automatically compile Lean's Modified Lede source for K2P
Stars: ✭ 67 (-20.24%)
Mutual labels:  openwrt

Glutinium

Glutinium - OpenWRT custom packages for extends functionality

Supporting

If you like our work, please consider supporting us on Opencollective or PayPal. Thanks a lot !!!

PayPal donate button

License

This sources is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

You should have received a copy of the GNU Lesser General Public License along with this script; if not, please visit http://www.gnu.org/copyleft/gpl.html for more information.

Software

  • accel-ppp =>
  • baoclone =>
  • barcode => Utility to get data from event devices
  • c328 =>
  • changemac =>
  • empty =>
  • etherdump =>
  • fixsum => Fix atheros ath9k chipset EEPROM checksum
  • flyavr => I2C protect device system
  • flygps =>
  • flypeek =>
  • flyscripts =>
  • gpio-littlewire =>
  • gpio-rcswitch =>
  • homes-smart =>
  • httping =>
  • i2c-telemetry => AM2321, BH1750, BMP085, DS1621, INA219, LM75, PCF8591, PCF8574
  • i2c-tools =>
  • kdb =>
  • littlewire =>
  • littlewire-extra =>
  • micronucleus =>
  • mini_snmpd =>
  • mjpg-streamer-lite =>
  • ncftp =>
  • pzem004t => A simple util to read/write data PZEM-004T
  • rcswitch =>
  • remserial => Bridge between a TCP/IP network and serial ports
  • sshpass =>
  • suart =>
  • uvc-ctrl =>
  • uvc-streamer =>
  • uvc2http =>
  • vlhttp =>
  • vtun-lite => VPN tunneling daemon (without lzo, zlib, ssl)
  • webadmin => FlyRouter WEB administration interface

Usage

cd OpenWRT
mkdir glutinium
echo "src-git glutinium https://github.com/ZigFisher/Glutinium.git" >./feeds.conf  # if not have it in feeds.conf
./scripts/feeds update glutinium       # or ./scripts/feeds update -a
./scripts/feeds install i2c-telemetry  # or ./scripts/feeds install -a

make menuconfig                        # select i2c-telemetry in utils dir
make package/i2c-telemetry/compile     # {clean,compile,install}
make package/i2c-telemetry/install     # {clean,compile,install}

make package/index V=99                # Create index of packages
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].