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:avmipcstream
BoxMatrix >> Shell-Commands >> avmipcstream | @ 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 |
AVM-Command
Command: | avmipcstream - type Exec | Wiki | Freetz | IPPF | whmf | AVM | Web |
Location: | Shell-Commands >> AVM-Commands - Origin: AVM | ||||||
Path: | Release: Lab+Rel: /bin | ||||||
Properties: | Size: 9.2k - 13.6k - Firmware: 7.39 - 7.90 | ||||||
Function: | Daemon for testing the avmipc_stream capabilities of libavmcsock.so. |
Goto: Examples - Dependencies - Model-Matrix - Symbols - SMW-Browser
Details
avmipcstream is a proof of concept daemon for testing the avmipc_stream capabilities of libavmcsock.so.
It does not have any purpose besides giving a perfect example to understand avmipc_streams.
It can run in client or server mode, both must be running to see it doing its job.
fw 7.39 help:
root@fritz:/var/mod/root# avmipcstream -? usage: avmipcstream [options] [endpoint] options: -? - print this help -a STRING - name for avmipc_create. ("streamtest") -D STRING - switch debug logs on. (FUNC) Start server: avmipcstream -a server Start client: avmipcstream -a client server
Examples
avmipcstream can only run in foreground so it has to be detached. Let's start the server:
avmipcstream -a server44 &
This creates the IPC endpoint me_server44.ctl
.
root@fritz:/var/mod/root# ps | grep avmipcstr 2874 root 2376 S avmipcstream -a server44 ... root@fritz:/var/mod/root# lsof -p 2874 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ... avmipcstr 2874 root 4u unix 0xcaa4ed00 0t0 187399 /var/tmp/me_server44.ctl type=DGRAM ...
Now let's start the client:
avmipcstream -a client44 server44 &
This creates the IPC endpoint me_client44.ctl
and both establish an avmipc_stream session:
root@fritz:/var/mod/root# ps | grep avmipcstr 2874 root 2376 S avmipcstream -a server44 3029 root 2380 T avmipcstream -a client44 server44 ... root@fritz:/var/mod/root# lsof -p 2874 -p 3029 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ... avmipcstr 2874 root 4u unix 0xcaa4ed00 0t0 187399 /var/tmp/me_server44.ctl type=DGRAM avmipcstr 2874 root 6u IPv4 204142 0t0 TCP localhost:47795->localhost:11240 (ESTABLISHED) ... avmipcstr 3029 root 4u unix 0xcaa4f300 0t0 205586 /var/tmp/me_client44.ctl type=DGRAM avmipcstr 3029 root 7u IPv6 205592 0t0 TCP localhost:11240->localhost:47795 (ESTABLISHED) ...
Dependencies
Daily updated index of all dependencies of this command. Last update: 2024-12-21 07:44 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 | 11 | 7.39 - 7.90 | Dynamic linker / loader | Linux |
Depends on | lib | libavmcsock.so | 28 | 7.39 - 7.90 | Networking, I/O and helper functions | AVM |
Depends on | lib | libc.so | 28 | 7.39 - 7.90 | Standard C library | Linux |
Depends on | lib | libdl.so | 5 | 7.39 - 7.90 | Dynamic linking library | Linux |
Depends on | lib | libpthread.so | 5 | 7.39 - 7.90 | POSIX threading library | Linux |
Depends on | lib | librt.so | 5 | 7.39 - 7.90 | POSIX realtime extensions library | Linux |
Depends on | lib | libsvctl.so | 28 | 7.39 - 7.90 | supervisor notification library | AVM |
Depends on | lib | libz.so | 28 | 7.39 - 7.90 | Zlib compressor / decompressor | Linux |
8 dependencies for this command |
Model-Matrix
Daily updated index of the presence, path and size of this command for each model. Last update: 2024-12-21 05:44 GMT.
Showing all models using this command. 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 4040 | 7.39 - 7.90 | /bin | 9.4k |
FRITZ!Box 4050 | 7.90 | /bin | 9.4k |
FRITZ!Box 4060 | 7.39 - 7.90 | /bin | 9.3k - 9.4k |
FRITZ!Box 5530 Fiber (main) | 7.39 - 7.70 | /bin | 10.1k - 10.2k |
FRITZ!Box 5590 Fiber (main) | 7.39 - 7.90 | /bin | 9.3k - 9.4k |
FRITZ!Box 6490 Cable (atom) | 7.39 - 7.51 | /bin | 9.2k |
FRITZ!Box 6590 Cable (atom) | 7.39 - 7.51 | /bin | 9.2k |
FRITZ!Box 6591 Cable (atom) | 7.39 - 7.90 | /bin | 13.4k - 13.5k |
FRITZ!Box 6660 Cable (atom) | 7.39 - 7.90 | /bin | 13.4k - 13.5k |
FRITZ!Box 6670 Cable (atom) | 7.90 | /bin | 13.6k |
FRITZ!Box 6690 Cable (atom) | 7.39 - 7.90 | /bin | 13.4k - 13.5k |
FRITZ!Box 6820 LTE v1 (main) | 7.51 | /bin | 10.2k |
FRITZ!Box 6820 LTE v2 (main) | 7.51 | /bin | 10.2k |
FRITZ!Box 6820 LTE v3 (main) | 7.51 | /bin | 10.2k |
FRITZ!Box 6850 LTE | 7.39 - 7.90 | /bin | 9.4k - 10.1k |
FRITZ!Box 6850 5G | 7.39 - 7.90 | /bin | 9.4k |
FRITZ!Box 6890 LTE (main) | 7.39 - 7.51 | /bin | 10.1k |
FRITZ!Box 6890 LTE v1 (main) | 7.39 - 7.51 | /bin | 10.1k |
FRITZ!Box 6890 LTE v2 (main) | 7.39 - 7.51 | /bin | 10.1k |
FRITZ!Box 7490 (main) | 7.51 | /bin | 10.2k |
FRITZ!Box 7510 | 7.39 - 7.90 | /bin | 9.3k - 9.4k |
FRITZ!Box 7520 | 7.39 - 7.51 | /bin | 9.4k |
FRITZ!Box 7520 v2 (main) | 7.39 - 7.90 | /bin | 9.4k |
FRITZ!Box 7530 | 7.39 - 7.90 | /bin | 9.4k |
FRITZ!Box 7530 AX | 7.39 - 7.70 | /bin | 9.5k - 9.6k |
FRITZ!Box 7590 (main) | 7.39 - 7.90 | /bin | 10.1k - 10.2k |
FRITZ!Box 7590 AX (main) | 7.39 - 7.70 | /bin | 10.1k - 10.2k |
FRITZ!Box 7690 | 7.90 | /bin | 9.4k |
28 models use this command |
Symbols
Daily updated index of all symbols of this command. Last update: 2024-12-21 07:44 GMT.
Firmware | Symbol |
---|---|
7.39 - 7.90 | main |
1 symbol for this command |