If you like BoxMatrix then please contribute Supportdata, Supportdata2, Firmware and/or Hardware (get in touch).
My metamonk@yahoo.com is not reachable by me since years. Please use hippie2000@webnmail.de instead.
Property:libwdt.so
BoxMatrix >> Shell-Commands >> libwdt.so | @ BoxMatrix - IRC-Chat - Translate: de es fr it nl pl |
News | Selectors | Models | Accessories | Components | Environment | Config | Commands | System | Webif | Software | Develop | Lexicon | Community | Project | Media |
Startup-Scr | Hotplug-Scr | BusyBox-Cmds | Bash-Cmds | AVM-Cmds | Chipset-Cmds | Linux-Cmds | Shared-Libs | Kernel-Mods | Research |
Command: | libwdt.so - type Link, Lib | Wiki | Freetz | IPPF | whmf | AVM | Web |
Location: | Shell-Commands >> Shared-Libraries - Origin: AVM | ||||||
Path: | Release: /lib Lab+Rel: /lib | ||||||
Properties: | Size: 4.9k - 13.3k, Link - Firmware: 1.120 - 7.81 | ||||||
Function: | AVM-Watchdogs management API |
Goto: GPL-Browser - Dependencies - Model-Matrix - Symbols - SMW-Browser
Details
libwdt.so is the AVM-Watchdogs management API. It is the userspace glue to the /dev/watchdog (device)
.
It is mostly used by daemons to register and trigger a watchdog, but also by clients to poll for a daemon to be alive.
In fw 7.90 libwdt.so has been renamed to libavmwdt.so.
Translation of wdt.h
on the GPL-Browser which contains a german doc of most implemented functions:
/*-------------------------------------------------------------------------------------*\ * Announces the start of an application * * name: zero-terminated name of the process (must be unique) * timeout: interval in seconds until the application with this name must have registered * * returns: WDT_OK on success, otherwise error \*-------------------------------------------------------------------------------------*/ int watchdog_announce(char* name, int timeout); /*-------------------------------------------------------------------------------------*\ * Registers a process to the watchdog * The default timeout is 20s, after 10s the application will get notified (optional) * * name: zero-terminated name of the process (must be unique) * * returns: > 0: handle for registered process, otherwise error \*-------------------------------------------------------------------------------------*/ int watchdog_register(char* name); /*-------------------------------------------------------------------------------------*\ * Returns the file handle of a watchdog handle * * handle: handle returned by watchdog_register * returns: file handle \*-------------------------------------------------------------------------------------*/ int watchdog_get_fd(int handle); /*-------------------------------------------------------------------------------------*\ * Unregisters a process from the watchdog * * handle: handle returned by watchdog_register * * returns: WDT_OK on success, otherwise error * * NOTE: A process must unregister with watchdog_release() before it terminates, otherwise * a reboot will happen! This is also fact if a process is intentionally terminated * by another process. A signal handler using watchdog_release() should be prepared. \*-------------------------------------------------------------------------------------*/ int watchdog_release(int handle); /*-------------------------------------------------------------------------------------*\ * Changes the default timeout of a registered process * * handle: handle returned by watchdog_register * timeout: new timeout in seconds starting now (maximum 40s) * * returns: WDT_OK on success, otherwise error * * NOTE: watchdog_settimeout() also acts as a trigger for the watchdog \*-------------------------------------------------------------------------------------*/ int watchdog_settimeout(int handle, int timeout); /*-------------------------------------------------------------------------------------*\ * Triggers the watchdog of a registered process * * handle: handle returned by watchdog_register * * returns: WDT_OK on success, otherwise error \*-------------------------------------------------------------------------------------*/ int watchdog_trigger(int handle); /*-------------------------------------------------------------------------------------*\ * Blocks until the watchdog of a registered process needs to be triggered * After return if this function the application still has half of the timeout left * to trigger. * * handle: handle returned by watchdog_register * * returns: WDT_OK on success, otherwise error \*-------------------------------------------------------------------------------------*/ int watchdog_wait(int handle); /*-------------------------------------------------------------------------------------*\ * Reports wether a watchdog needs to be triggered. This fuction does not block. * * handle: handle returned by watchdog_register * * returns: WDT_OK if half of the timeout is not passed yet \*-------------------------------------------------------------------------------------*/ int watchdog_poll(int handle);
- Commands: avm_watchdog, watchdog (initscr)
- Startup: S05-watchdog, rc.tail.sh, watchdog.service
- Devices: watchdog (device)
- Procfs: wdt
- Sources: avm_event_remotewatchdog
- Sinks: avm_event_remotewatchdog_sink
- Events: remotewatchdog
- Libraries: libwdt.so
- Bundles: ar7wdt.ko, avmwdt.ko, avm_sammel.ko, avm.ko
- Drivers: ar7wdt_main.ko, ar7wdt_file.ko
- Special: ar7wdt_hw_wdtremote.ko, ar7wdt_hw_shim.ko
- Hardware: wdtimer.ko, ar7wdt_hw.ko, ar7wdt_hw_26.ko
- Hardware: ifxmips_wdt.ko, ar7wdt_hw_puma.ko, davinci_watchdog_hw.ko
- Hardware: ikan_wdt.ko, brcm_wdt.ko, ath_wdt.ko, qcom_wdt.ko
- Hardware: grx_wdt.ko, grx500_wdt.ko, tep-wdt.ko
GPL-Browser
Daily updated index of all libwdt.so code findings on the GPL-Browser. Last update: 2024-11-17 05:19 GMT.
The Browse
column points to the Path
containing the respective source code on the gpl.boxmatrix.info service.
The SoC
column lists the Chip-Codenames, the Model
column lists the nicks of the Box-Models.
The Diff
column links the comparison of the AVM Kernel to the pristine original from Kernel.org.
The Download
column links the full tarball the respective directory content is extracted from.
The presence of the source does not mean it fits the respective model and architecture. See the Model-Matrix where it's used.
Dependencies
Daily updated index of all dependencies of this library. Last update: 2024-11-17 07:59 GMT.
A *
in the Mod
column marks info from Supportdata-Probes, which will always stay incomplete.
Relation | Typ | Object | Mod | Firmware | Info | Origin |
---|---|---|---|---|---|---|
Depends on | lib | ld.so | 48 | 7.01 - 7.80 | Dynamic linker / loader | Linux |
Depends on | lib | libc.so | 157 | 1.120 - 7.81 | Standard C library | Linux |
Depends on | lib | libgcc_s.so | 81 | 4.22 - 6.110 | GCC low-level runtime library | Linux |
Required by | lib | libacsrpc.so | 101 | 4.74 - 7.81 | RPC endpoint communication API. | AVM |
Required by | lib | libar7cfg.so | 78 | 6.35 - 7.81 | TFFS-Configuration API to ar7.cfg and many more. | AVM |
Required by | lib | libasec.so | 14 | 7.08 | ASEC databasee client API | AVM |
Required by | lib | libavmcrypto.so | 40 | 7.39 - 7.81 | JWE encryption / decryption / key generator | AVM |
Required by | lib | libavmluautils.so | 90 | 5.07 - 7.81 | Utility Lua-Library | AVM |
Required by | lib | libavmnexus_tab.so | 40 | 7.39 - 7.81 | TFFS-Configuration API to avmnexus.cfg | AVM |
Required by | lib | libavmnexusmail.so | 60 | 6.98 - 7.81 | Push-Mail across a Mesh network | AVM |
Required by | lib | libavmpcp.so | 30 | 7.39 - 7.81 | Port Control Protocol (PCP) API library | AVM |
Required by | lib | libavmupnpbig.so | 40 | 7.39 - 7.81 | UPnP support API (big version) | AVM |
Required by | lib | libbotnetfilterlib.so | 20 | 6.83 - 7.19 | TODO | Linux |
Required by | lib | libboxlib.so | 122 | 4.70 - 7.81 | Box status, logging and statistics functions | AVM |
Required by | lib | libcfgimpexp.so | 71 | 6.35 - 7.81 | TFFS-Configuration API for configuration import and export. | AVM |
Required by | lib | libcm.so | 93 | 5.01 - 7.81 | ctlmgr / cm_logic messaging API | AVM |
Required by | lib | libcmapi.so | 75 | 6.35 - 7.81 | API library for ctlmgr and its plugins. | AVM |
Required by | lib | libcmquery.so | 52 | 6.35 - 7.81 | Asynchronous ctlmgr query | Linux |
Required by | lib | libconverttopdf.so | 68 | 4.70 - 7.81 | Convert SFF or JPG to PDF | AVM |
Required by | lib | libctlrext.so | 21 | 6.36 - 7.63 | ctlmgr plugin library for Repeater configuration | AVM |
Required by | lib | libemailservice.so | 88 | 5.27 - 7.81 | Email sender using mailer | AVM |
Required by | lib | libethgstats.so | 28 | 7.39 - 7.81 | avmcounterd plugin library for ethernet stats | AVM |
Required by | lib | libewnwlinux.so | 46 | 7.39 - 7.81 | Linux networking functions | AVM |
Required by | lib | libfaxsend.so | 55 | 5.55 - 7.81 | Fax submission library | AVM |
Required by | lib | libfaxsendlua.so | 18 | 5.27 - 5.57 | Lua-Library for sending Fax | AVM |
Required by | lib | libfon.so | 49 | 6.35 - 7.81 | ctlmgr plugin library for Telephony configuration | AVM |
Required by | lib | libfwsign.so | 73 | 6.35 - 7.81 | Firmware signature validation | AVM |
Required by | lib | libfwupdate.so | 48 | 7.19 - 7.81 | TODO | Linux |
Required by | lib | libfwupdatetrace.so | 40 | 7.39 - 7.81 | TFFS-Configuration API to fwupdatetrace.cfg | AVM |
Required by | lib | libikev1.so | 28 | 7.39 - 7.81 | IPSec IKE v1 protocol (RFC-2409) | AVM |
Required by | lib | libikev2.so | 28 | 7.39 - 7.81 | IPSec IKE v2 protocol (RFC-4306) | AVM |
Required by | lib | libjuisclient.so | 40 | 7.39 - 7.81 | Update-Search - second generation - JUIS | AVM |
Required by | lib | libkskbtracepoint.so | 28 | 7.39 - 7.81 | Kernel socket buffer capture / trace API | Linux |
Required by | lib | liblandev.so | 40 | 7.39 - 7.81 | TODO | Linux |
Required by | lib | libluaevent.so | 64 | 6.35 - 7.81 | Lua-Library for event handling | AVM |
Required by | lib | libmailbuilder.so | 98 | 4.77 - 7.81 | ctlmgr plugin library and Lua-Library for creating Push-Mail | AVM |
Required by | lib | libmove_nw_d.so | 28 | 7.39 - 7.81 | moved plugin library for destination Network import | AVM |
Required by | lib | libmove_nw_s.so | 28 | 7.39 - 7.81 | moved plugin library for source Network export | AVM |
Required by | lib | libmoved.so | 28 | 7.39 - 7.81 | API to the moved service. | AVM |
Required by | lib | libmovetrace.so | 28 | 7.39 - 7.81 | TODO | Linux |
Required by | lib | liboauth2.so | 40 | 7.39 - 7.81 | OAuth v2.0 authentificator | Linux |
Required by | lib | libpop3lib.so | 30 | 4.70 - 5.27 | POP3 / POP3S Email retriever | AVM |
Required by | lib | librextcfg.so | 13 | 7.19 - 7.63 | TFFS-Configuration API to rext.cfg and many more. | AVM |
Required by | lib | libsfftopdf.so | 12 | 4.55 - 4.99 | Convert SFF to PDF | AVM |
Required by | lib | libsfftotiff.so | 6 | 4.44 - 4.99 | Convert SFF to TIFF | AVM |
Required by | lib | libsiplib.so | 25 | 7.39 - 7.81 | SIP protocol support for voipd | AVM |
Required by | lib | libspeedtest.so | 69 | 6.51 - 7.81 | Kernel speedtest API | AVM |
Required by | lib | libtr064.so | 72 | 6.35 - 7.81 | ctlmgr plugin library for TR-064 configuration | AVM |
Required by | lib | libtr069.so | 73 | 6.35 - 7.81 | ctlmgr plugin library for TR-069 configuration | AVM |
Required by | lib | libuser.so | 52 | 6.35 - 7.81 | ctlmgr plugin library for Box-User configuration | AVM |
Required by | lib | libusp.so | 28 | 7.39 - 7.81 | ctlmgr plugin library for TR-369 / USP configuration | AVM |
Required by | lib | libvoipkpi.so | 32 | 7.08 - 7.81 | VoIP quality KPI collector for voipkpid | AVM |
Required by | lib | libwebusb.so | 15 | 4.80 - 4.92 | Lua-Library for maintaining the NAS | AVM |
Required by | cmd | access_check | 27 | 6.35 - 6.93 | Checks the access permissions of a user, sid and IP. | AVM |
Required by | cmd | acs_cli | 2 | 7.08 - 7.18 | Commandline frontend for acsd (old). | Broadcom |
Required by | cmd | acs_cli2 | 1 | 7.24 - 7.80 | Commandline frontend for acsd2 (new). | Broadcom |
Required by | cmd | acsd (chipcmd) | 2 | 7.08 - 7.18 | Broadcom WLAN Automatic Channel Selection Daemon (old). | Broadcom |
Required by | cmd | acsd2 (chipcmd) | 1 | 7.24 - 7.80 | Broadcom WLAN Automatic Channel Selection Daemon (new). | Broadcom |
Required by | cmd | aha (avmcmd) | 57 | 5.29 - 7.81 | AVM home automation (AHA) server daemon. | AVM |
Required by | cmd | ahaluad | 1 | 7.19 | AVM Smart Home rule engine (internal) | AVM |
Required by | cmd | aicmd (avmcmd) | 46 | 7.39 - 7.81 | avmipc_command query client. | AVM |
Required by | cmd | allcfgconv | 149 | 3.23 - 7.81 | Converts or changes AVM config files. | AVM |
Required by | cmd | alw_zb_gw_app | 1 | 7.52 - 7.63 | ZigBee Network Co-Processor management daemon. | AVM |
Required by | cmd | ar7cfg_addbadguys | 25 | 7.39 - 7.70 | Adds a hardcoded list of 'badguy' IP blocks to ar7.cfg to ban them. | AVM |
Required by | cmd | ar7cfgctl (avmcmd) | 150 | 1.120 - 7.81 | Read or write values in AVM config files (ar7.cfg). | AVM |
Required by | cmd | ar7cfgget | 54 | 7.19 - 7.81 | Get abstract value from ar7 configuration. | AVM |
Required by | cmd | ar7login | 147 | 3.23 - 7.81 | Start a new shell session (ie. for telnetd) for local login. | AVM |
Required by | cmd | athcfg | 1 | 4.85 - 5.07 | Commandline configuration tool for Atheros WLAN chipsets. | AVM |
Required by | cmd | audiod (avmcmd) | 59 | 4.78 - 7.81 | Online audio player daemon for dect_manager. | AVM |
Required by | cmd | avm2brcm_xdsld (avmcmd) | 3 | 6.54 - 7.80 | AVM dsld to Broadcom subsystem glue daemon. | AVM |
Required by | cmd | avm2fiber_xdsld (avmcmd) | 2 | 6.69 - 7.29 | Fiber transceiver status monitoring daemon for 5490 / 5491. | AVM |
Required by | cmd | avmcounterd (avmcmd) | 28 | 7.39 - 7.81 | RRDtool based data logging daemon. | AVM |
Required by | cmd | avmike (avmcmd) | 77 | 4.22 - 7.81 | ISAKMP / IPSec negotiation server / proxy. | AVM |
Required by | cmd | avmipc_remote_link (avmcmd) | 12 | 7.39 - 7.81 | Inter-CPU Netlink peering daemon. | AVM |
Required by | cmd | avmipc_state | 2 | 6.20 - 6.64 | Inter-CPU AVMIPC-State query command in early 6490 and 55xx firmware | AVM |
Required by | cmd | avmipcd (avmcmd) | 92 | 5.56 - 7.81 | AVMIPC-Datastore communication management daemon. | AVM |
Required by | cmd | avmlogd | 8 | 4.30 - 4.99 | AVM debug logger daemon. | AVM |
Required by | cmd | avmnexusd (avmcmd) | 60 | 6.88 - 7.81 | Mesh configuration peering daemon. | AVM |
Required by | cmd | avmntpd (avmcmd) | 40 | 7.39 - 7.81 | SNTP client daemon. | AVM |
Required by | cmd | avmstickandsurf | 64 | 4.80 - 7.81 | Perform Stick+Surf on Hotplug (new). | AVM |
Required by | cmd | avmstickandsurf.part1 | 1 | 6.20 - 6.64 | Inter-CPU Stick+Surf part 1 on early 6490 Puma6 ARM. | AVM |
Required by | cmd | avmstickandsurf.part2 | 1 | 6.20 - 6.64 | Inter-CPU Stick+Surf part 2 on early 6490 Puma6 ATOM. | AVM |
Required by | cmd | bb_shm_manager (avmcmd) | 19 | 7.29 - 7.81 | BroadBand shared memory manager. | AVM |
Required by | cmd | boxnotifyd (avmcmd) | 75 | 6.35 - 7.81 | TODO | AVM |
Required by | cmd | cable_monitor (avmcmd) | 3 | 7.39 - 7.57 | DOCSIS frontend status and statistics monitoring daemon. | AVM |
Required by | cmd | captive_pic | 46 | 6.51 - 7.81 | Hotspot captive portal picture upload CGI. | AVM |
Required by | cmd | capture_notimeout (avmcmd) | 145 | 1.120 - 7.81 | Packet capture CGI. | AVM |
Required by | cmd | cloudmsgd (avmcmd) | 52 | 6.36 - 7.81 | Remote message peering daemon for AVM Smartphone-Apps. | AVM |
Required by | cmd | contfiltd (avmcmd) | 69 | 5.01 - 7.81 | Content and URL filtering transparent proxy | AVM |
Required by | cmd | controllerd (avmcmd) | 1 | 7.30 - 7.57 | Inter-CPU remote modem controller daemon for the RTL86 chipset. | AVM |
Required by | cmd | conv2utf8 | 45 | 5.55 - 6.110 | Converts the names of all files and folders in a specified path to UTF-8. | AVM |
Required by | cmd | crashtest | 31 | 7.39 - 7.70 | Performs crashes to test libbacktrace.so. | AVM |
Required by | cmd | crashtest16 | 31 | 7.39 - 7.70 | Performs crashes to test libbacktrace.so. | AVM |
Required by | cmd | csvd (avmcmd) | 24 | 6.25 - 6.110 | UMTS CSVoice daemon. | AVM |
Required by | cmd | ctlmgr (avmcmd) | 147 | 1.120 - 7.81 | System meta daemon also serving the Webinterface. | AVM |
Required by | cmd | ctlmgr_ctl (avmcmd) | 69 | 6.51 - 7.81 | Reads or writes configuration values using ctlmgr's UI-Modules. | AVM |
Required by | cmd | ctlmgr_offload (avmcmd) | 3 | 6.83 - 6.110 | TODO | AVM |
Required by | cmd | ddnsd (avmcmd) | 52 | 6.35 - 7.81 | DynDNS daemon. | AVM |
Required by | cmd | dect_manager (avmcmd) | 61 | 4.44 - 7.81 | DECT Telephony daemon for telefon. | AVM |
Required by | cmd | dect_update | 2 | 4.30 - 4.77 | Updates the Firmware of the builtin ISDN DECT base (ie 7150). | AVM |
Required by | cmd | device_updatecheck (avmcmd) | 46 | 6.54 - 7.81 | Search for (own and peripheral) updates. | AVM |
Required by | cmd | deviceinfod (avmcmd) | 60 | 6.98 - 7.81 | MAC address collection and synchronization daemon. | AVM |
Required by | cmd | dnsqcheckd (avmcmd) | 20 | 7.08 - 7.19 | Botnet controller DNS filtering daemon. | AVM |
Required by | cmd | docsisinfod (avmcmd) | 5 | 7.39 - 7.57 | DOCSIS monitoring daemon for Puma6 / Puma7 models (ARM). | AVM |
Required by | cmd | dpm_manager (avmcmd) | 21 | 6.98 - 7.81 | DSL / Powerline interference mitigation manager daemon. | AVM |
Required by | cmd | dsl_control (avmcmd) | 7 | 5.59 - 6.03 | Lantiq chipset control daemon and firmware loader. | AVM |
Required by | cmd | dsl_daemon (chipcmd) | 3 | 7.12 - 7.81 | TODO | Vinax |
Required by | cmd | dsl_monitor (avmcmd) | 42 | 5.29 - 7.81 | DSL frontend status and statistics monitoring daemon. | AVM |
Required by | cmd | dsld (avmcmd) | 123 | 1.120 - 7.81 | Internet routing daemon. | AVM |
Required by | cmd | dtrace (avmcmd) | 50 | 4.28 - 7.31 | Traces ISDN messages from AVM CAPI controllers. | AVM |
Required by | cmd | eapd (chipcmd) | 1 | 7.24 - 7.80 | Broadcom Extensible Authentication Protocol Dispatcher. | Broadcom |
Required by | cmd | ethgstats | 25 | 7.39 - 7.70 | Shows the status counters of a physical eth interface. | AVM |
Required by | cmd | eventadd | 114 | 3.42 - 7.81 | Sends an event to the Event-Log. | AVM |
Required by | cmd | eventsdump | 144 | 4.03 - 7.81 | Lists the Event-Log. | AVM |
Required by | cmd | faxd (avmcmd) | 68 | 4.44 - 7.81 | Fax receiption daemon. | AVM |
Required by | cmd | feedd (avmcmd) | 58 | 4.78 - 7.81 | RSS feed maintenence daemon for dect_manager and audiod. | AVM |
Required by | cmd | fiber_monitor (avmcmd) | 4 | 6.69 - 7.81 | Fiber frontend status and statistics monitoring daemon. | AVM |
Required by | cmd | firmwarecfg | 147 | 1.120 - 7.81 | File transfer CGI for the Webinterface also callable from Shell. | AVM |
Required by | cmd | fritznasdb (avmcmd) | 4 | 5.01 - 5.04 | Daemon maintaining a Metatdata database of all files on the NAS. | AVM |
Required by | cmd | fwupdate_checkpoint | 58 | 7.08 - 7.81 | Set a custom checkpoint in fwupdatetrace.cfg. | AVM |
Required by | cmd | genrsa | 12 | 7.58 - 7.81 | Generates an RSA private key. | AVM |
Required by | cmd | getprivkeypass | 52 | 6.10 - 7.81 | Prints the default password for loading an encrypted PEM certificate for FTPS. | AVM |
Required by | cmd | hostapd (lincmd) | 61 | 4.44 - 7.81 | AVM enhanced IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator. | Wireless |
Required by | cmd | hostapd_cli | 3 | 7.14 - 7.81 | AVM enhanced commandline interface for hostapd. | Wireless |
Required by | cmd | hspottest | 25 | 7.39 - 7.70 | Test GRE tunneling of a WLAN-Hotspot. | AVM |
Required by | cmd | httpsdl | 125 | 4.12 - 7.81 | HTTPS downloader similar to wget for TR-069. | AVM |
Required by | cmd | ifwatchtest | 25 | 7.39 - 7.70 | Tests the ifwatch functionality of libewnwlinux.so. | AVM |
Required by | cmd | igdd (avmcmd) | 50 | 1.120 - 5.09 | Internet gateway device daemon (old), later replaced by upnpd. | AVM |
Required by | cmd | iwconfig | 20 | 4.50 - 6.06 | Configure a wireless network interface. | Wireless |
Required by | cmd | iwlist | 1 | 4.50 - 4.99 | Get more detailed wireless information from a wireless interface. | Wireless |
Required by | cmd | iwpriv | 20 | 4.50 - 6.06 | Configure optionals (private) parameters of a wireless network interface. | Wireless |
Required by | cmd | kpid (avmcmd) | 64 | 7.08 - 7.32 | Kernel KPI collector daemon. | AVM |
Required by | cmd | kskbtrace | 28 | 7.39 - 7.81 | Kernel socket buffer capture / trace. | AVM |
Required by | cmd | l2tpv3d (avmcmd) | 86 | 5.55 - 7.81 | Layer 2 tunneling protocol v3 daemon. | AVM |
Required by | cmd | latencyd (avmcmd) | 4 | 7.70 - 7.81 | WAN / LAN / neighbour Flow Latency Monitoring daemon. | AVM |
Required by | cmd | letsencrypt (avmcmd) | 39 | 6.83 - 7.81 | Let's Encrypt certificate updater. | AVM |
Required by | cmd | log_server (avmcmd) | 8 | 6.98 - 7.51 | Inter-CPU logging receiver daemon for x490 models. | AVM |
Required by | cmd | log_sink (avmcmd) | 8 | 6.98 - 7.51 | Inter-CPU logging injector daemon for x490 models. | AVM |
Required by | cmd | lted (avmcmd) | 3 | 5.08 - 5.51 | LTE daemon. | AVM |
Required by | cmd | luacgi (avmcmd) | 97 | 4.80 - 7.81 | Lua interpreter CGI. | AVM |
Required by | cmd | luavar | 70 | 5.23 - 7.81 | Lua commandline interpreter. | AVM |
Required by | cmd | maild (avmcmd) | 30 | 4.63 - 5.27 | POP3 / POP3S Email polling daemon | AVM |
Required by | cmd | mailer (avmcmd) | 123 | 3.85 - 7.81 | SMTP / SMTPS system MTA to send Email | AVM |
Required by | cmd | mediacli_test | 7 | 4.44 - 4.99 | Tests the collection and browsing of UPnP-AV servers. | AVM |
Required by | cmd | mediasrv (avmcmd) | 18 | 4.28 - 5.09 | UPnP-AV media server daemon. | AVM |
Required by | cmd | miniavmntpd (avmcmd) | 1 | 7.39 - 7.81 | Minimalistic Inter-CPU SNTP client daemon. | AVM |
Required by | cmd | minid | 12 | 4.44 - 4.99 | FRITZ! Mini support daemon. | AVM |
Required by | cmd | mkcert | 12 | 7.58 - 7.81 | Creates a certificate from a private key or shows it. | AVM |
Required by | cmd | mkcsr | 12 | 7.58 - 7.81 | Creates a certificate request from a private key or shows it. | AVM |
Required by | cmd | moved (avmcmd) | 28 | 7.39 - 7.81 | Box-Move daemon. | AVM |
Required by | cmd | multid (avmcmd) | 123 | 1.133 - 7.81 | LAN management daemon. | AVM |
Required by | cmd | multid2 (avmcmd) | 1 | 6.20 - 6.64 | Inter-CPU LAN management daemon on early 6490 Puma6 ATOM. | AVM |
Required by | cmd | nas_ctlmgr (avmcmd) | 1 | 6.20 - 6.64 | NAS webserver in early 6490 Puma6 ATOM firmware. | AVM |
Required by | cmd | nasupload_notimeout | 46 | 6.35 - 7.81 | File transfer CGI for the NAS. | AVM |
Required by | cmd | nltest | 25 | 7.39 - 7.70 | Netlink MDB / FDB test daemon. | AVM |
Required by | cmd | omcid (chipcmd) | 2 | 7.21 - 7.81 | ONT Management Control Interface (OMCI) daemon | Falcon |
Required by | cmd | pbd (avmcmd) | 66 | 5.09 - 7.81 | Phonebook daemon. | AVM |
Required by | cmd | pcpcsocktest | 26 | 7.39 - 7.70 | Tests of pcpcsock functions of libavmpcp.so. | AVM |
Required by | cmd | pcpd (avmcmd) | 60 | 6.10 - 7.81 | Port Control Protocol (PCP) daemon. | AVM |
Required by | cmd | pcplisten | 28 | 7.39 - 7.81 | Open listening port on local address for specified seconds. | AVM |
Required by | cmd | pcptest | 26 | 7.39 - 7.70 | Test the pcpd server. | AVM |
Required by | cmd | plchost (avmcmd) | 3 | 7.50 - 7.58 | Powerline controller management daemon. | AVM |
Required by | cmd | presencestat | 16 | 3.42 - 3.93 | Displays the presence of registered VoIP numbers. | AVM |
Required by | cmd | profile (chipcmd) | 2 | 4.85 - 4.91 | TODO | Fusiv |
Required by | cmd | pumaglued (avmcmd) | 6 | 6.83 - 7.57 | Inter-CPU connector for the ARM side of Puma6 / Puma7 models. | AVM |
Required by | cmd | pumaupdatetrace (avmcmd) | 6 | 6.110 - 7.57 | Daemon receiving update status infor on Puma6 / Puma7 models (ATOM). |
AVM |
Required by | cmd | radartool | 1 | 4.86 - 5.07 | QcaWifi radar scan tool. | QcaWifi |
Required by | cmd | renderer (avmcmd) | 1 | 4.82 - 4.88 | UPNP-AV audio renderer daemon. | AVM |
Required by | cmd | rextcfgctl | 13 | 7.19 - 7.63 | Reads or changes values in the WLAN repeater configuration rext.cfg. | AVM |
Required by | cmd | rextconv | 13 | 7.19 - 7.63 | Converts or changes the WLAN repeater configuration rext.cfg. | AVM |
Required by | cmd | rextd (avmcmd) | 24 | 4.65 - 7.63 | WLAN repeater management daemon. | AVM |
Required by | cmd | run_clock (avmcmd) | 67 | 6.98 - 7.81 | Lifetime counter and TFFS optimizer daemon. | AVM |
Required by | cmd | samba_config_gen | 53 | 4.80 - 7.18 | Samba configuration generator. | AVM |
Required by | cmd | scgi_server (avmcmd) | 29 | 7.39 - 7.81 | SCGI server to speed up the REST-API. | AVM |
Required by | cmd | shellinabox_launcher | 8 | 5.07 - 6.35 | CGI wrapper launching shellinaboxd from the Internet. | AVM |
Required by | cmd | showdsldstat | 133 | 4.28 - 7.81 | supportdata helper showing internet connections, PVCs or VLANs. | AVM |
Required by | cmd | showethstate | 3 | 7.39 - 7.57 | TODO | AVM |
Required by | cmd | showfbconf | 46 | 7.39 - 7.81 | supportdata helper showing fbconf.cfg in interpreted human readable form. | AVM |
Required by | cmd | showfritznasdbstat | 58 | 5.01 - 7.81 | supportdata helper showing the fritznasdb status. | AVM |
Required by | cmd | showinetstat | 52 | 6.35 - 7.81 | supportdata helper showing upstream and downstram bandwidth history. | AVM |
Required by | cmd | showneighbours | 73 | 6.35 - 7.81 | supportdata helper showing alllowed subnets, neighbours and their pathes. | AVM |
Required by | cmd | showonlinestat | 35 | 7.24 - 7.81 | supportdata helper showing the internet volume counter stats. | AVM |
Required by | cmd | showpainfo | 41 | 7.39 - 7.81 | supportdata helper showing infos about Packet-Acceleration. | AVM |
Required by | cmd | showpcpitems | 28 | 7.39 - 7.81 | Lists all internal and external Port-Forwardings | AVM |
Required by | cmd | showroutes | 40 | 7.39 - 7.81 | supportdata helper showing routing information. | AVM |
Required by | cmd | showrrdstate | 28 | 7.39 - 7.81 | supportdata helper showing how each avmcounterd RRD file is configured. | AVM |
Required by | cmd | showvoipdstat | 94 | 4.07 - 7.81 | supportdata helper showing all registered VoIP numbers. | AVM |
Required by | cmd | showvoipdtrace | 1 | 6.35 | TODO | AVM |
Required by | cmd | smbd (lincmd) | 8 | 4.31 - 4.99 | SMB / CIFS server. | Samba |
Required by | cmd | sntpcli | 2 | 3.14 | SNTP client daemon. | AVM |
Required by | cmd | speedtest (avmcmd) | 31 | 7.39 - 7.70 | Speedtest - Measure throughput | AVM |
Required by | cmd | supervisor (avmcmd) | 59 | 7.19 - 7.81 | systemd alike init and service manager. | AVM |
Required by | cmd | svctl | 55 | 7.19 - 7.32 | supervisor service control. | AVM |
Required by | cmd | svlogd (avmcmd) | 43 | 7.39 - 7.81 | Logger daemon for supervisor. | AVM |
Required by | cmd | tcppeerlocation | 46 | 6.35 - 7.81 | Check for source (homenet or internet) of peer of a TCP connection | AVM |
Required by | cmd | tcpproxyd (avmcmd) | 1 | 6.50 - 6.64 | Inter-CPU TCP proxy daemon on early 6490 Puma6 ARM. | AVM |
Required by | cmd | telefon (avmcmd) | 106 | 3.45 - 7.81 | Telephony daemon. | AVM |
Required by | cmd | testdaemon | 25 | 7.39 - 7.70 | Daemon to test avmipc_command features. | AVM |
Required by | cmd | timetracedump | 69 | 4.86 - 7.81 | Possible future supportdata helper showing TimeTrace dumps. | AVM |
Required by | cmd | touchdisplay (avmcmd) | 1 | 4.65 - 4.88 | Touch display daemon for the fwr. | AVM |
Required by | cmd | tr064cgi | 70 | 6.35 - 7.81 | TR-064 CGI program. | AVM |
Required by | cmd | tr064cli | 18 | 4.63 - 6.93 | TR-064 console program. | AVM |
Required by | cmd | tr069discover (avmcmd) | 18 | 4.63 - 5.09 | TR-069 discovery for multid, dsld and ctlmgr. | AVM |
Required by | cmd | tr069fwupdate | 125 | 4.12 - 7.81 | TR-069 Firmware updater and more. | AVM |
Required by | cmd | tr069starter | 60 | 4.30 - 7.08 | Searches USB devices for TR-069 provisioning data on Hotplug. | AVM |
Required by | cmd | umtsd (avmcmd) | 40 | 4.70 - 6.110 | UMTS daemon, replaced by mobiled. | AVM |
Required by | cmd | untrustedd (avmcmd) | 37 | 7.08 - 7.81 | ASEC database server daemon. | AVM |
Required by | cmd | upnpd (avmcmd) | 112 | 4.74 - 7.81 | UPnP server daemon. | AVM |
Required by | cmd | upnpdevd (avmcmd) | 42 | 6.35 - 6.110 | UPnP root device daemon. | AVM |
Required by | cmd | usermand (avmcmd) | 40 | 4.22 - 4.99 | User magager daemon, parental control, old version. | AVM |
Required by | cmd | usermand2 | 71 | 4.85 - 7.81 | User magager daemon, parental control, new version. | AVM |
Required by | cmd | vdsld (avmcmd) | 3 | 4.85 - 6.87 | AVM VDSL on Fusiv subsystem glue daemon. | AVM |
Required by | cmd | voipd (avmcmd) | 108 | 1.120 - 7.81 | VoIP daemon, also performs T.38 Fax. | AVM |
Required by | cmd | voipkpid (avmcmd) | 32 | 7.19 - 7.81 | VoIP quality KPI collector daemon. | AVM |
Required by | cmd | vpnd (avmcmd) | 35 | 7.19 - 7.81 | VPN daemon. | AVM |
Required by | cmd | wdt_test | 2 | 1.120 - 3.14 | Interactive test of the libwdt.so library. | AVM |
Required by | cmd | webcm | 100 | 1.120 - 7.19 | CGI program realising the Webinterface, supports SSI. | AVM |
Required by | cmd | websrv (avmcmd) | 38 | 1.120 - 4.99 | Webserver daemon, replaced by ctlmgr. | AVM |
Required by | cmd | webtrace | 26 | 6.35 - 7.19 | TimeTrace CGI. | AVM |
Required by | cmd | webusb | 1 | 4.94 | Web NAS CGI. | AVM |
Required by | cmd | wlancfgconv | 29 | 4.74 - 4.99 | Converts or changes the wlan.cfg file. | AVM |
Required by | cmd | wlancfgctl | 52 | 1.133 - 5.09 | Read or write values from/to the wlan.cfg file. | AVM |
Required by | cmd | wlanconfig | 16 | 4.74 - 6.06 | Create, destroy and manipulate madwifi VAPs. | QcaWifi |
Required by | cmd | wland (avmcmd) | 82 | 6.10 - 7.81 | WLAN configuration daemon. | AVM |
Required by | cmd | wland_hal_remoted (avmcmd) | 8 | 6.98 - 7.51 | Inter-CPU extension of wland for x490 models. | AVM |
Required by | cmd | wlssk (chipcmd) | 1 | 7.24 - 7.80 | TODO | Broadcom |
Required by | cmd | wpa_cli | 3 | 7.19 - 7.81 | AVM enhanced commandline client for wpa_supplicant. | Wireless |
Required by | cmd | wpa_supplicant (lincmd) | 59 | 4.57 - 7.81 | AVM enhanced Wi-Fi Protected Access client and IEEE 802.1X supplicant. | Wireless |
Required by | cmd | wsdd (avmcmd) | 31 | 7.24 - 7.81 | Web Services Discovery (WS-Discovery) daemon | AVM |
Required by | cmd | wstart (avmcmd) | 33 | 1.133 - 4.99 | WLAN daemon for TI chipsets | AVM |
230 dependencies for this library |
Model-Matrix
Daily updated index of the presence, path and size of this library for each model. Last update: 2024-11-17 06:06 GMT.
Showing all models using this library. Click any column header (click-wait-click) to sort the list by the respective data.
The (main/scrpn/boot/arm/prx/atom/rtl)
label in the Model
column shows which CPU is meant for Multi-Linux models.
Note that this list is merged from Firmware-Probes of all known AVM firmware for a model, including Recovery.exe and Labor-Files.
Model | Firmware | Path | Size |
---|---|---|---|
FRITZ!Box | 3.23 - 4.02 | /lib | 7.5k, Link |
FRITZ!Box SL | 3.48 - 3.94 | /lib | 7.5k, Link |
FRITZ!Box 2030 | 3.73 - 3.93 | /lib | 7.5k, Link |
FRITZ!Box 2031 | 4.15 | /lib | 7.3k, Link |
FRITZ!Box 2070 | 3.87 - 4.15 | /lib | 7.3k - 7.5k, Link |
FRITZ!Box 2110 | 4.52 | /lib | 7.2k, Link |
FRITZ!Box 2170 | 4.31 - 4.57 | /lib | 7.2k - 8.5k, Link |
FRITZ!Box SL WLAN | 3.23 - 4.34 | /lib | 7.3k - 8.5k, Link |
FRITZ!Box WLAN 3020 | 3.23 - 4.34 | /lib | 7.3k - 8.5k, Link |
FRITZ!Box WLAN 3030 | 3.65 - 4.34 | /lib | 7.3k - 8.5k, Link |
FRITZ!Box WLAN 3050 | 3.63 - 4.07 | /lib | 7.3k - 7.5k, Link |
FRITZ!Box WLAN 3070 | 3.87 - 4.15 | /lib | 7.3k - 7.5k, Link |
FRITZ!Box WLAN 3130 | 4.21 - 4.34 | /lib | 7.3k - 8.5k, Link |
FRITZ!Box WLAN 3131 | 4.29 - 4.57 | /lib | 7.2k - 8.5k, Link |
FRITZ!Box WLAN 3170 | 4.31 - 4.58 | /lib | 7.2k - 8.5k, Link |
FRITZ!Box WLAN 3270 | 4.57 - 5.54 | /lib | 6.3k - 6.8k, Link |
FRITZ!Box WLAN 3270 v3 | 4.77 - 5.54 | /lib | 6.3k - 6.8k, Link |
FRITZ!Box WLAN 3270 IT | 5.23 - 5.52 | /lib | 6.8k, Link |
FRITZ!Box 3272 (main) | 5.50 - 6.89 | /lib | 6.2k - 8.6k, Link |
FRITZ!Box WLAN 3370 (main) | 5.01 - 6.56 | /lib | 6.0k - 8.9k, Link |
FRITZ!Box 3390 (main) | 5.50 - 6.56 | /lib | 6.0k - 8.6k, Link |
FRITZ!Box 3490 (main) | 6.20 - 7.30 | /lib | 6.0k - 9.9k, Link |
FRITZ!Box 3490 (scrpn) | 6.98 - 7.30 | /lib | 6.1k - 9.9k, Link |
FRITZ!Box Fon ata | 3.23 - 4.28 | /lib | 7.3k - 7.5k, Link |
FRITZ!Box Fon ata 1020 | 3.23 - 4.28 | /lib | 7.3k - 7.5k, Link |
FRITZ!Box 4020 | /lib | 6.0k - 6.1k, Link | |
FRITZ!Box 4040 | 6.52 - 7.57 | /lib | 5.5k - 9.3k, Link |
FRITZ!Box 4050 | 7.58 | /lib | 9.2k, Link |
FRITZ!Box 4060 | 7.29 - 7.57 | /lib | 9.2k, Link |
FRITZ!Box Fon | 1.120 - 4.49 | /lib | 7.2k - 9.5k, Link |
FRITZ!Box Fon 5010 | 3.88 - 4.43 | /lib | 7.3k - 8.5k, Link |
FRITZ!Box Fon 5012 | 3.88 - 4.27 | /lib | 7.3k - 7.5k, Link |
FRITZ!Box Fon 5050 | 3.23 - 4.31 | /lib | 7.2k - 7.5k, Link |
FRITZ!Box Fon 5113 | 4.82 - 4.83 | /lib | 6.3k, Link |
FRITZ!Box Fon 5124 | 4.47 - 4.77 | /lib | 6.3k - 7.2k, Link |
FRITZ!Box Fon 5140 | 4.25 - 4.67 | /lib | 7.2k - 8.5k, Link |
VoIP Gateway 5188 | 4.28 - 4.81 | /lib | 6.3k - 8.5k, Link |
FRITZ!Box 5490 (main) | 6.51 - 7.29 | /lib | 6.0k - 9.9k, Link |
FRITZ!Box 5490 (scrpn) | 6.98 - 7.29 | /lib | 6.1k - 9.9k, Link |
FRITZ!Box 5491 (main) | 7.01 - 7.29 | /lib | 6.1k - 9.9k, Link |
FRITZ!Box 5491 (scrpn) | 6.98 - 7.29 | /lib | 6.1k - 9.9k, Link |
FRITZ!Box 5530 Fiber (main) | 7.21 - 7.81 | /lib | 9.7k, Link |
FRITZ!Box 5590 Fiber (main) | 7.29 - 7.81 | /lib | 9.2k, Link |
FRITZ!Box 5590 Fiber (prx) | 7.29 - 7.81 | /lib | 9.7k, Link |
FRITZ!Box 6320 Cable v1 | 6.03 - 6.04 | /lib | 5.5k, Link |
FRITZ!Box 6320 Cable v2 | 6.21 | /lib | 5.5k, Link |
FRITZ!Box 6340 Cable | 5.24 | /lib | 5.1k, Link |
FRITZ!Box 6360 Cable | 4.85 - 6.51 | /lib | 5.1k - 7.6k, Link |
FRITZ!Box 6430 Cable (arm) | 6.84 - 7.29 | /lib | 5.1k - 9.2k, Link |
FRITZ!Box 6430 Cable (atom) | 6.84 - 7.29 | /lib | 5.6k - 9.1k, Link |
FRITZ!Box 6490 Cable (arm) | 6.20 - 7.51 | /lib | 5.1k - 9.2k, Link |
FRITZ!Box 6490 Cable (atom) | 6.20 - 7.51 | /lib | 5.6k - 9.1k, Link |
FRITZ!Box 6590 Cable (arm) | 6.83 - 7.57 | /lib | 5.1k - 9.2k, Link |
FRITZ!Box 6590 Cable (atom) | 6.83 - 7.51 | /lib | 5.6k - 9.1k, Link |
FRITZ!Box 6591 Cable (arm) | 7.04 - 7.57 | /lib | 5.4k - 9.4k, Link |
FRITZ!Box 6591 Cable (atom) | 7.04 - 7.57 | /lib | 5.9k - 13.3k, Link |
FRITZ!Box 6660 Cable (arm) | 7.14 - 7.56 | /lib | 5.4k - 9.4k, Link |
FRITZ!Box 6660 Cable (atom) | 7.14 - 7.57 | /lib | 9.2k - 13.3k, Link |
FRITZ!Box 6690 Cable (arm) | 7.28 - 7.57 | /lib | 5.4k, Link |
FRITZ!Box 6690 Cable (atom) | 7.28 - 7.57 | /lib | 9.2k - 13.3k, Link |
FRITZ!Box 6810 LTE | 6.35 | /lib | 6.2k - 6.4k, Link |
FRITZ!Box 6820 LTE v1 (main) | 6.40 - 7.51 | /lib | 6.1k - 9.9k, Link |
FRITZ!Box 6820 LTE v2 (main) | 6.40 - 7.51 | /lib | 6.1k - 9.9k, Link |
FRITZ!Box 6820 LTE v3 (main) | 7.19 - 7.57 | /lib | 9.9k, Link |
FRITZ!Box 6840 LTE (main) | 5.08 - 6.88 | /lib | 6.0k - 6.8k, Link |
FRITZ!Box 6842 LTE | /lib | 6.2k - 6.4k, Link | |
FRITZ!Box 6850 LTE | 7.21 - 7.59 | /lib | 5.3k - 9.7k, Link |
FRITZ!Box 6850 5G | 7.24 - 7.59 | /lib | 9.2k - 9.3k, Link |
FRITZ!Box 6890 LTE (main) | 6.84 - 7.57 | /lib | 6.6k - 9.9k, Link |
FRITZ!Box 6890 LTE v1 (main) | 6.84 - 7.57 | /lib | 6.6k - 9.9k, Link |
FRITZ!Box 6890 LTE v2 (main) | 6.84 - 7.57 | /lib | 6.6k - 9.9k, Link |
FRITZ!Box Fon WLAN | 3.14 - 4.49 | /lib | 7.2k - 9.5k, Link |
FRITZ!Box Fon WLAN 7050 | 3.29 - 4.50 | /lib | 7.2k - 8.5k, Link |
FRITZ!Box Fon WLAN 7112 | 4.76 - 4.88 | /lib | 6.3k, Link |
FRITZ!Box Fon WLAN 7113 | 4.40 - 4.86 | /lib | 6.3k - 8.5k, Link |
FRITZ!Box Fon WLAN 7113 DE | 4.40 - 4.77 | /lib | 7.2k - 8.5k, Link |
FRITZ!Box Fon WLAN 7113 INT | 4.82 - 4.86 | /lib | 6.3k, Link |
FRITZ!Box Fon WLAN 7140 | 4.02 - 4.77 | /lib | 6.3k - 8.5k, Link |
FRITZ!Box Fon WLAN 7141 | 4.14 - 4.77 | /lib | 6.3k - 8.5k, Link |
FRITZ!Fon 7150 | 4.27 - 4.77 | /lib | 6.3k - 8.5k, Link |
FRITZ!Box Fon WLAN 7170 | 3.96 - 4.99 | /lib | 6.3k - 8.5k, Link |
FRITZ!Box Fon WLAN 7170 v1 | 3.96 - 4.99 | /lib | 6.3k - 8.5k, Link |
FRITZ!Box Fon WLAN 7170 v2 | 3.96 - 4.99 | /lib | 6.3k - 8.5k, Link |
FRITZ!Box Fon WLAN 7240 | 4.65 - 6.06 | /lib | 6.3k - 6.8k, Link |
FRITZ!Box Fon WLAN 7270 v1 | 4.44 - 4.99 | /lib | 6.3k - 7.2k, Link |
FRITZ!Box Fon WLAN 7270 v2 | 4.67 - 6.06 | /lib | 6.3k - 8.6k, Link |
FRITZ!Box Fon WLAN 7270 v3 | 4.76 - 6.06 | /lib | 6.3k - 8.6k, Link |
FRITZ!Box 7272 (main) | 5.55 - 6.88 | /lib | 6.2k - 8.6k, Link |
FRITZ!Box 7312 | 5.23 - 6.56 | /lib | 6.2k - 6.8k, Link |
FRITZ!Box Fon WLAN 7320 | 4.85 - 6.35 | /lib | 6.2k - 8.9k, Link |
FRITZ!Box 7330 | 5.06 - 6.56 | /lib | 6.2k - 8.6k, Link |
FRITZ!Box 7330 SL | 5.08 - 6.56 | /lib | 6.2k - 8.6k, Link |
FRITZ!Box Fon WLAN 7340 | 4.83 - 5.05 | /lib | 6.2k - 8.8k, Link |
FRITZ!Box Fon WLAN 7360 SL | 5.04 - 6.34 | /lib | 6.2k - 6.8k, Link |
FRITZ!Box Fon WLAN 7360 v1 | 5.06 - 6.36 | /lib | 6.2k - 8.6k, Link |
FRITZ!Box Fon WLAN 7360 v2 | 5.22 - 6.88 | /lib | 6.0k - 8.6k, Link |
FRITZ!Box 7362 SL (main) | 5.53 - 7.18 | /lib | 6.0k - 9.8k, Link |
FRITZ!Box 7369 (main) | 6.30 - 6.32 | /lib | 6.4k, Link |
FRITZ!Box Fon WLAN 7390 | 4.81 - 5.22 | /lib | 6.2k - 8.9k, Link |
FRITZ!Box 7412 (main) | 6.21 - 6.88 | /lib | 6.0k - 6.4k, Link |
FRITZ!Box 7430 (main) | 6.26 - 7.31 | /lib | 6.0k - 9.9k, Link |
FRITZ!Box 7490 (main) | 5.57 - 7.51 | /lib | 6.0k - 9.9k, Link |
FRITZ!Box 7490 (scrpn) | 6.98 - 7.51 | /lib | 6.1k - 9.9k, Link |
FRITZ!Box 7510 | 7.30 - 7.57 | /lib | 9.2k, Link |
FRITZ!Box 7520 | 6.98 - 7.51 | /lib | 5.5k - 9.3k, Link |
FRITZ!Box 7520 v2 (main) | 7.30 - 7.57 | /lib | 9.2k - 9.3k, Link |
FRITZ!Box 7530 | 6.98 - 7.59 | /lib | 5.3k - 9.3k, Link |
FRITZ!Box 7530 AX | 7.20 - 7.80 | /lib | 5.3k - 9.3k, Link |
FRITZ!Box 7560 (main) | 6.51 - 7.30 | /lib | 6.6k - 9.8k, Link |
FRITZ!Box Fon WLAN 7570 vDSL | 4.70 - 4.94 | /lib | 6.3k - 6.4k, Link |
FRITZ!Box 7580 (main) | 6.53 - 7.30 | /lib | 6.6k - 9.8k, Link |
FRITZ!Box 7581 | 6.54 - 7.18 | /lib | 4.9k - 9.3k, Link |
FRITZ!Box 7582 | 6.83 - 7.18 | /lib | 4.9k - 9.3k, Link |
FRITZ!Box 7583 (main) | 7.01 - 7.59 | /lib | 6.7k - 9.8k, Link |
FRITZ!Box 7583 VDSL (main) | 7.19 - 7.59 | /lib | 9.7k, Link |
FRITZ!Box 7590 (main) | 6.83 - 7.59 | /lib | 6.6k - 9.9k, Link |
FRITZ!Box 7590 AX (main) | 7.19 - 7.80 | /lib | 9.7k, Link |
FRITZ!Smart Gateway | 7.52 - 7.63 | /lib | 5.2k - 9.2k, Link |
FRITZ!WLAN Repeater N/G | 4.65 - 4.88 | /lib | 6.3k - 6.4k, Link |
FRITZ!WLAN Repeater 300E | 5.01 - 6.34 | /lib | 6.4k - 8.9k, Link |
FRITZ!WLAN Repeater 310 A | 5.24 - 7.16 | /lib | 6.1k - 9.8k, Link |
FRITZ!WLAN Repeater 310 B | 6.30 - 7.16 | /lib | 6.0k - 9.8k, Link |
FRITZ!WLAN Repeater 450E | 6.00 - 7.15 | /lib | 6.1k - 9.8k, Link |
FRITZ!Repeater 600 | 7.11 - 7.58 | /lib | 9.8k - 9.9k, Link |
FRITZ!Repeater 600 v2 | 7.27 - 7.58 | /lib | 9.9k, Link |
FRITZ!WLAN Repeater 1160 | 6.51 - 7.15 | /lib | 6.0k - 9.8k, Link |
FRITZ!Repeater 1200 | 7.11 - 7.58 | /lib | 9.2k - 9.3k, Link |
FRITZ!Repeater 1200 AX | 7.30 - 7.58 | /lib | 9.2k, Link |
FRITZ!WLAN Repeater 1750E | 6.12 - 7.32 | /lib | 6.1k - 9.9k, Link |
FRITZ!Repeater 2400 | 7.12 - 7.58 | /lib | 5.9k - 9.9k, Link |
FRITZ!Repeater 3000 | 6.98 - 7.58 | /lib | 5.3k - 9.3k, Link |
FRITZ!Repeater 3000 AX | 7.41 - 7.58 | /lib | 9.2k, Link |
FRITZ!Repeater 6000 | 7.19 - 7.58 | /lib | 9.2k, Link |
FRITZ!WLAN Repeater DVB-C | 6.12 - 7.04 | /lib | 6.1k - 6.4k, Link |
FRITZ!Powerline 540E | 5.58 - 7.15 | /lib | 6.1k - 9.8k, Link |
FRITZ!Powerline 546E | 5.50 - 7.15 | /lib | 6.1k - 9.8k, Link |
FRITZ!Powerline 1240 AX | 7.57 - 7.58 | /lib | 9.2k, Link |
FRITZ!Powerline 1240E | 6.33 - 7.16 | /lib | 6.0k - 9.8k, Link |
FRITZ!Powerline 1260E | 6.90 - 7.58 | /lib | 5.5k - 9.3k, Link |
FRITZ!Powerline 1260 | 7.27 - 7.58 | /lib | 9.2k - 9.3k, Link |
congstar DSL-Box | 4.25 - 4.81 | /lib | 6.3k - 8.5k, Link |
congstar komplett Box | 4.68 - 4.81 | /lib | 6.4k, Link |
Speedport W 501V | 3.93 - 4.38 | /lib | 7.3k - 8.5k, Link |
Speedport W 503V | 4.68 - 4.81 | /lib | 6.4k, Link |
Speedport W 503V MK | 4.79 | /lib | 6.4k, Link |
Speedport W 504V MK | 5.04 | /lib | 6.8k, Link |
Speedport W 701V | 4.25 - 4.81 | /lib | 6.3k - 8.5k, Link |
Speedport W 721V | 4.74 - 4.75 | /lib | 6.3k, Link |
Speedport W 722V | 4.76 - 4.79 | /lib | 8.2k, Link |
Speedport W 900V | 4.21 - 4.57 | /lib | 6.8k - 7.2k, Link |
Speedport W 920V | 4.78 - 4.79 | /lib | 6.4k, Link |
Speedport W 101 Bridge | 4.68 | /lib | 6.4k, Link |
Eumex 300 IP | 3.29 - 4.44 | /lib | 7.2k - 7.5k, Link |
Alice IAD 5130 | 4.65 - 4.71 | /lib | 7.2k, Link |
Alice IAD WLAN 3331 | 4.90 | /lib | 6.3k, Link |
Alice IAD 7570 vDSL | 4.86 - 5.09 | /lib | 6.4k, Link |
156 models use this library |
Symbols
Daily updated index of all symbols of this library. Last update: 2024-11-17 07:59 GMT.
Firmware | Symbol |
---|---|
1.120 - 7.81 | watchdog_announce |
1.120 - 7.81 | watchdog_get_fd |
7.19 - 7.81 | watchdog_init_done |
7.19 - 7.81 | watchdog_init_start |
1.120 - 7.81 | watchdog_poll |
1.120 - 7.81 | watchdog_register |
1.120 - 7.81 | watchdog_release |
1.120 - 7.08 | watchdog_set_blocking |
1.120 - 5.09 | watchdog_set_non_blocking |
1.120 - 7.81 | watchdog_settimeout |
1.120 - 7.81 | watchdog_trigger |
1.120 - 7.81 | watchdog_wait |
12 symbols for this library |