NAT32

Reference Manual

Refresh Back

NAME

fbget   - get a FritzBox URL
fbpost - post a FritzBox URL
SYNOPSIS
fbget url
fbpost url "data"

 

...
STATUS
...
DESCRIPTION
The AVM Fritz series of devices support a large set of commands that can be used to view or modify device settings. All access to device settings require that a password-protected Session ID (sid) first be obtained and then included in subsequent GET and POST commands. Some commands return HTML data while others return JSON data. In both cases, results can be piped to a TCL script that analyses the data and presents it in a readable form.

The following commands (script files) have been implemented:

fb_dhcp
fb_get
fb_log
fb_net
fb_route
fb_script
fb_set
The following sample pages have been implemented:
DSL connection details
DSL address details
DSL status (UPnP)
FritzBox log
Note that once UPnP has discovered devices, UPnP lookups are much faster than fbget and fbpost lookups.
NOTES
This page is work in progress.
SEE ALSO
UPnP Back