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:AURA
BoxMatrix >> Lexicon >> Network-Protocols >> AURA | @ 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 |
Computer | FRITZ | I18N | Telephony | Smarthome | Internet | Protocols | Multimedia | Formats | Hardware | Software | Research |
Protocol
Protocol: | AURA | Wiki | Freetz | IPPF | whmf | AVM | Web |
Short for: | AVM USB Remote Architecture | ||||||
Location: | Lexicon >> Network-Protocols | ||||||
Weblinks: | |||||||
Description: | Network protocol for remote USB usage |
Goto: AURA is discontinued - FRITZ!OS - SMW-Browser
Details
AURA (AVM USB Remote Architecture
) is a AVM proprietary network protocol for Windows-only remote USB usage.
It permits to use a FRITZ!Box USB-Host port in remote like a physical port of a Windows PC.
AURA could be enabled separately for:
- USB storage media
- Printers (including all-in-one printers)
- Others (e.g., scanners)
A special AURA device is the audio output of the FRITZ!WLAN Repeater N/G, which could be used as a Windows sound card.
See also: AVM-Wishlist #2730
AURA is discontinued
In recent model releases AVM does not support the AURA service any more. So far this covers (sorted by intro date):
- FRITZ!Box 5690 Pro - 2023-02
- FRITZ!Box 6670 Cable - 2023-05
- FRITZ!Box 4050 - 2024-05
- FRITZ!Box 7690 - 2024-05
- all subsequent models - see CONFIG_AURA
AVM will not remove AURA on updates wherever it was supported before. AURA is just omitted in new designs.
FRITZ!OS
In FRITZ!OS AURA is served by the aurad daemon which listens on Port-2066-tcp for the respective Windows client.
aurad is started by the aura hotplug script, which also calls auracntl on hotplug events.
auracntl loads the respective client plugin library into aurad if the monitored device appears in the system.
For a FRITZ!Box USB-Host port it loads libacgenusb.so, for the FRITZ!WLAN Repeater N/G sound card it loads libacaudio.so.
AVM calls these plugins Aura Client Shared Object Files
, see the auracntl help text.
aurad announces the aura
UPnP root device via SSDP which is described by aura.xml.
The description aura.xml is dynamically created by preprocessing the aura-template.xml.
The Webinterface maintains AURA in the aura ui-module, which is maintained by libctlusb.so.
Configuration is stored in the usbhost
section of usb.cfg which is maintained by libusbcfg.so.
There's also aura-usb, but it is unused, at least in a FRITZ!Box.
usbhost { ... aura_enabled = yes; aura_config = 15; ... }
aura_config
is a bitmask for the device type redirected to AURA:
2 = 0b0010
= USB storage media5 = 0b0101
= Printers (including all-in-one printers)8 = 0b1000
= Others (e.g., scanners)15 = 0b1111
= all of the above