_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


blueman 2.4.6
Dependencies: bash-minimal@5.2.37 bluez@5.79 dbus@1.15.8 librsvg@2.58.5 glib@2.83.3 gtk+@3.24.51 iproute2@6.4.0 iptables@1.8.11 net-tools@1.60-0.479bb4a pango@1.54.0 polkit@121 ppp@2.5.0 pulseaudio@16.1 python-pycairo@1.28.0 python-pygobject@3.50.0 python-wrapper@3.11.14 libappindicator@12.10.1-0-298 network-manager@1.52.0
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://github.com/blueman-project/blueman
Licenses: GPL 3+
Build system: glib-or-gtk
Synopsis: GTK+ Bluetooth manager
Description:

Blueman is a Bluetooth management utility using the Bluez D-Bus backend. It is designed to be easy to use for most common Bluetooth tasks.

quagga 1.2.4
Dependencies: c-ares@1.34.4 libxcrypt@4.4.38 readline@8.2.13
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://www.nongnu.org/quagga/
Licenses: GPL 2+
Build system: gnu
Synopsis: Routing Software Suite
Description:

Quagga is a routing software suite, providing implementations of OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4 for Unix platforms.

The Quagga architecture consists of a core daemon, zebra, which acts as an abstraction layer to the underlying Unix kernel and presents the Zserv API over a Unix or TCP stream to Quagga clients. It is these Zserv clients which typically implement a routing protocol and communicate routing updates to the zebra daemon.

czmq 4.2.1
Dependencies: zeromq@4.3.5
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://zeromq.org
Licenses: MPL 2.0
Build system: gnu
Synopsis: High-level C bindings for ØMQ
Description:

czmq provides bindings for the ØMQ core API that hides the differences between different versions of ØMQ.

lcagent 0.1.0
Dependencies: lcrq@0.3.1 libsodium@1.0.18 librecast@0.11.2
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://librecast.net/lcagent.html
Licenses: GPL 2 GPL 3
Build system: gnu
Synopsis: Librecast multicast agent
Description:

lcagent can send and receive data over multicast and to pipe data between programs on one computer and as many receivers as the multicast network can support simultaneously.

macchanger 1.7.0
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://www.gnu.org/software/macchanger/
Licenses: GPL 2+
Build system: gnu
Synopsis: Viewing and manipulating MAC addresses of network interfaces
Description:

GNU MAC Changer is a utility for viewing and changing MAC addresses of networking devices. New addresses may be set explicitly or randomly. They can include MAC addresses of the same or other hardware vendors or, more generally, MAC addresses of the same category of hardware.

spiped 1.6.2
Dependencies: openssl@3.0.8
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://www.tarsnap.com/spiped.html
Licenses: FreeBSD
Build system: gnu
Synopsis: Create secure pipes between sockets
Description:

Spiped (pronounced "ess-pipe-dee") is a utility for creating symmetrically encrypted and authenticated pipes between socket addresses, so that one may connect to one address (e.g., a UNIX socket on localhost) and transparently have a connection established to another address (e.g., a UNIX socket on a different system). This is similar to 'ssh -L' functionality, but does not use SSH and requires a pre-shared symmetric key.

amule 2.3.3
Dependencies: zlib@1.3.1 crypto++@8.8.0 libpng@1.6.39 wxwidgets-gtk2@3.2.8.1
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://amule.org/
Licenses: GPL 2+
Build system: gnu
Synopsis: Peer-to-peer client for the eD2K and Kademlia networks
Description:

aMule is an eMule-like client for the eD2k and Kademlia peer-to-peer file sharing networks. It includes a graphical user interface (GUI), a daemon allowing you to run a client with no graphical interface, and a Web GUI for remote access. The amulecmd command allows you to control aMule remotely.

opensnitch-ui 1.7.2
Dependencies: python-grpcio-tools@1.52.0 python-notify2@0.3.1 python-pyasn1@0.6.1 python-pyinotify@0.9.6 python-pyqt@5.15.11 python-protobuf@3.20.3 python-requests@2.32.5 python-slugify@5.0.2 qtwayland@5.15.17
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://github.com/evilsocket/opensnitch
Licenses: GPL 3+
Build system: pyproject
Synopsis: UI for @code{opensnitch}
Description:

This package provides a daemon that snitches on programs making outbound connections. OpenSnitch is an application-level firewall that gives you granular control over outbound network connections on your system. It monitors application activity and prompts you to allow or deny connections on a per-application basis whenever a new outbound connection is attempted.

nanomsg 1.2.2
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://nanomsg.org/
Licenses: non-copyleft
Build system: cmake
Synopsis: Scalable socket library
Description:

Nanomsg is a socket library that provides several common communication patterns. It aims to make the networking layer fast, scalable, and easy to use. Implemented in C, it works on a wide range of operating systems with no further dependencies.

restinio 0.7.7
Dependencies: openssl@3.0.8 sobjectizer@5.8.2
Propagated dependencies: asio@1.36.0 expected-lite@0.9.0 fmt@9.1.0 llhttp@9.1.3 pcre@8.45 pcre2@10.42 zlib@1.3.1
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://stiffstream.com/en/products/restinio.html
Licenses: Modified BSD
Build system: cmake
Synopsis: C++14 library that gives you an embedded HTTP/Websocket server
Description:

RESTinio is a header-only C++14 library that gives you an embedded HTTP/Websocket server. It is based on standalone version of ASIO and targeted primarily for asynchronous processing of HTTP-requests.

rtmpdump 2.4-0.c5f04a5
Dependencies: gnutls@3.8.3 zlib@1.3.1
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://rtmpdump.mplayerhq.hu/
Licenses: LGPL 2.1+ GPL 2+
Build system: gnu
Synopsis: Tools and library for handling RTMP streams
Description:

RTMPdump is a toolkit for RTMP streams. All forms of RTMP are supported, including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://.

netdiscover 0.21
Dependencies: libnet@1.2 libpcap@1.10.1
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://github.com/netdiscover-scanner/netdiscover
Licenses: GPL 3+
Build system: gnu
Synopsis: Network address discovery tool
Description:

Netdiscover is a network address discovery tool developed mainly for wireless networks without a DHCP server. It also works on hub/switched networks. It is based on ARP packets, it will send ARP requests and sniff for replies.

shadowsocks 2.9.1
Dependencies: openssl@3.0.8
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://github.com/shadowsocks/shadowsocks
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Fast tunnel proxy that helps you bypass firewalls
Description:

This package is a fast tunnel proxy that helps you bypass firewalls.

Features:

  • TCP & UDP support

  • User management API

  • TCP Fast Open

  • Workers and graceful restart

  • Destination IP blacklist

aircrack-ng 1.7
Dependencies: hwloc@2.12.2 libgcrypt@1.11.0 libnl@3.5.0 libpcap@1.10.1 ethtool@6.2 pcre@8.45 sqlite@3.39.3 zlib@1.3.1
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://www.aircrack-ng.org
Licenses: GPL 2+ Modified BSD
Build system: gnu
Synopsis: Assess WiFi network security
Description:

Aircrack-ng is a complete suite of tools to assess WiFi network security. It focuses on different areas of WiFi security: monitoring, attacking, testing, and cracking. All tools are command-line driven, which allows for heavy scripting.

openrdap 0.9.1
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://www.openrdap.org/
Licenses: Expat
Build system: go
Synopsis: Command line RDAP client
Description:

OpenRDAP is a command line client for the Registration Data Access Protocol. RDAP is modern a replacement for WHOIS, which provides domain name and IP address registration information in JSON format over HTTP.

wireproxy 1.0.10
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://github.com/whyvl/wireproxy
Licenses: ISC
Build system: go
Synopsis: Wireguard client that exposes itself as a socks5 proxy
Description:

wireproxy is a completely userspace application that connects to a wireguard peer, and exposes a socks5/http proxy or tunnels on the machine.

enet 1.3.18
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: http://enet.bespin.org
Licenses: Expat
Build system: gnu
Synopsis: Network communication layer on top of UDP
Description:

ENet's purpose is to provide a relatively thin, simple and robust network communication layer on top of UDP. The primary feature it provides is optional reliable, in-order delivery of packets. ENet omits certain higher level networking features such as authentication, server discovery, encryption, or other similar tasks that are particularly application specific so that the library remains flexible, portable, and easily embeddable.

arp-scan 1.10.0
Dependencies: libpcap@1.10.1
Propagated dependencies: perl-libwww@6.78
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://github.com/royhills/arp-scan
Licenses: GPL 3+
Build system: gnu
Synopsis: Discover and fingerprint IP hosts on the local network using ARP
Description:

Arp-scan is a tool that uses ARP to discover and fingerprint IP hosts on the local network.

bird 2.15.1
Dependencies: libssh@0.11.3 readline@8.2.13
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://bird.network.cz
Licenses: GPL 2+
Build system: gnu
Synopsis: Internet Routing Daemon
Description:

BIRD is an Internet routing daemon with full support for all the major routing protocols. It allows redistribution between protocols with a powerful route filtering syntax and an easy-to-use configuration interface.

nzbget 24.3
Dependencies: boost@1.89.0 gnutls@3.8.3 libxml2@2.14.6 ncurses@6.2.20210619 openssl@3.0.8 zlib@1.3.1
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://github.com/nzbget/nzbget
Licenses: GPL 2+
Build system: cmake
Synopsis: Usenet binary file downloader
Description:

NZBGet is a binary newsgrabber, which downloads files from Usenet based on information given in nzb files. NZBGet can be used in standalone and in server/client modes. In standalone mode, you pass NZBGet nzb files as command-line parameters and it downloads them and exits. NZBGet also contains a Web interface. Its server can be controlled through remote procedure calls (RPCs).

opendht 3.5.4
Dependencies: bash-minimal@5.2.37 fmt@9.1.0 readline@8.2.13
Propagated dependencies: msgpack-cxx@7.0.0 restinio@0.7.7 argon2@20190702 gnutls@3.8.3 jsoncpp@1.9.6 llhttp@9.1.3 nettle@3.10.1 openssl@3.0.8 python@3.11.14
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://github.com/savoirfairelinux/opendht/
Licenses: GPL 3+
Build system: gnu
Synopsis: Lightweight Distributed Hash Table (DHT) library
Description:

OpenDHT provides an easy to use distributed in-memory data store. Every node in the network can read and write values to the store. Values are distributed over the network, with redundancy. It includes the following features:

  • Lightweight and scalable, designed for large networks and small devices;

  • High resilience to network disruption;

  • Public key cryptography layer providing optional data signature and encryption (using GnuTLS);

  • IPv4 and IPv6 support;

  • Clean and powerful C++14 map API;

  • Bindings for C, Rust & Python 3;

  • REST API with an optional HTTP client and server with push notification support.

The following tools are also included:

dhtnode

A command line tool to run a DHT node and perform operations supported by the library (get, put, etc.) with text values.

dhtchat

A very simple IM client working over the DHT.

bwm-ng 0.6.3
Dependencies: libstatgrab@0.92.1 ncurses@6.2.20210619
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://www.gropp.org/?id=projects&sub=bwm-ng
Licenses: GPL 2
Build system: gnu
Synopsis: Console based live network and disk I/O bandwidth monitor
Description:

Bandwidth Monitor NG is a small and simple console based live network and disk I/O bandwidth monitor.

whois 5.6.5
Dependencies: libidn2@2.3.7 libxcrypt@4.4.38
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://github.com/rfc1036/whois
Licenses: GPL 2+
Build system: gnu
Synopsis: Intelligent client for the WHOIS directory service
Description:

whois searches for an object in a WHOIS (RFC 3912) database. It is commonly used to look up the registered users or assignees of an Internet resource, such as a domain name, an IP address block, or an autonomous system. It can automatically select the appropriate server for most queries.

For historical reasons, this package also includes mkpasswd, which encrypts passwords using crypt(3) and is unrelated to the Expect command of the same name.

dante 1.4.4
Dependencies: libxcrypt@4.4.38
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://www.inet.no/dante/
Licenses: non-copyleft
Build system: gnu
Synopsis: SOCKS server and client
Description:

Dante is a SOCKS client and server implementation. It can be installed on a machine with access to an external TCP/IP network and will allow all other machines, without direct access to that network, to be relayed through the machine the Dante server is running on. The external network will never see any machines other than the one Dante is running on.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31091