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
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 MIPS: GOOS=linux GOARCH=mipsle go build 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
4223 links, including 281 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn