Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
8 results tagged openwrt  ✕   ✕
mdosch/go-sendxmpp https://salsa.debian.org/mdosch/go-sendxmpp
Fri 29 Jan 2021 08:18:08 PM PST archive.org

A CLI based XMPP client. Useful for sending one-shot messages or in conjunction with a long-running process (e.g., tail -f /var/log/message | grep blah). Written in Go so it's statically compiled and surprisingly portable.

Checking the code out into $GOPATH: go get salsa.debian.org/mdosch/go-sendxmpp

Cross compiling for OpenWRT running on MIPS: GOOS=linux GOARCH=mipsle GOMIPS=softfloat go build -ldflags "-s -w" salsa.debian.org/mdosch/go-sendxmpp

Cross compiling for OpenWRT running on ARM v7: GOOS=linux GOARCH=arm GOARM=7 go build salsa.debian.org/mdosch/go-sendxmpp

The resulting executable will be $GOPATH/go-sendxmpp. Don't bother looking in the bin/ or pkg/ subdirectories, it won't be in there. Upload to the box in question and enjoy.

golang xmpp cli tool sysadmin exocortex openwrt
[OpenWrt Wiki] Cross Compile https://openwrt.org/docs/guide-developer/crosscompile
Wed 23 Dec 2020 06:27:00 PM PST archive.org

How to use the OpenWRT compilation environment for cross-compilation of stuff.

howto openwrt development compilation
horazont/xmpp-echo-bot: XMPP/Jabber echo bot (written in sed) https://github.com/horazont/xmpp-echo-bot
Sun 26 Jul 2020 03:25:51 PM PDT archive.org

An XMPP echo bot written with sed and a shell script. Maybe something that I could tinker with to run on embedded devices? Not needing libstrophe is a plus.

xmpp bot sed script exocortex openwrt
Mobile broadband connectivity / Mobile Broadband OpenWRT ยท GitLab https://gitlab.freedesktop.org/mobile-broadband/mobile-broadband-openwrt
Fri 04 Oct 2019 11:32:30 AM PDT archive.org

An OpenWRT package repository for packages that have to do with using mobile broadband peripherals. Includes instructions for configuring the use of USB cell modems.

openwrt software packages repo cellular modem router it
stanson-ch/xmppcd: XMPP client daemon. https://github.com/stanson-ch/xmppcd
Wed 09 Jan 2019 12:21:31 PM PST archive.org

Small XMPP client daemon for use in embedded systems ( OpenWRT etc. ). Depends on libstrophe.

xmpp client daemon embedded openwrt exocortex
close2/shell-xmpp-client: Xmpp client written in bash / ash (openwrt). It's only dependency is ncat (or similar) for the actual ssl connection. https://github.com/close2/shell-xmpp-client
Wed 09 Jan 2019 12:20:22 PM PST archive.org

Xmpp client written in bash / ash (openwrt). It's only dependency is ncat (or similar) for the actual ssl connection.

xmpp client cli openwrt exocortex
What is DNS Privacy and how to set it up for OpenWRT | Torsten's Thoughtcrimes https://blog.grobox.de/2018/what-is-dns-privacy-and-how-to-set-it-up-for-openwrt/
Mon 09 Apr 2018 05:35:16 PM PDT archive.org
DNS privacy crypto openwrt security howto
WiFiDog https://github.com/wifidog
Tue 20 Mar 2018 02:03:05 AM PDT archive.org

Open source captive portal software for setting up your own wireless hotspot.

networking captcha wifi hardware authentication portal hotspot internet router security software openwrt
4984 links, including 378 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn