Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zigfisher/glutinium
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
https://github.com/zigfisher/glutinium
flyrouter hisilicon openwrt zftlab
Last synced: 29 days ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/zigfisher/glutinium
- Owner: ZigFisher
- License: gpl-3.0
- Created: 2014-11-15T11:53:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-08-22T18:35:02.000Z (over 1 year ago)
- Last Synced: 2024-12-19T03:09:49.640Z (about 1 month ago)
- Topics: flyrouter, hisilicon, openwrt, zftlab
- Language: C
- Homepage: http://zftlab.org
- Size: 47 MB
- Stars: 119
- Watchers: 26
- Forks: 57
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changemac/README.md
- Funding: .github/FUNDING.yml
- License: COPYING
Awesome Lists containing this project
README
Glutinium
=========Glutinium - OpenWRT custom packages for extends functionality
Supporting
==========If you like our work, please consider supporting us on [Opencollective](https://opencollective.com/openipc) or [PayPal](https://www.paypal.com/donate/?hosted_button_id=C6F7UJLA58MBS). Thanks a lot !!!
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 interfaceUsage
=====
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