Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Getsettings

Mark Johnson edited this page Sep 15, 2013 · 1 revision

Gets the current settings

Request Parameters

  • action getsettings
  • token Your current token (see Session Initalisation)
  • t The current timestamp (optional)

returns

JSON string containing:

  • settings An object containing the following:
    • devicename The name the device currently shares with peers
    • dlrate The download limit in kB/s (0 for no limit)
    • listeningport The port number to listen for incoming connections
    • portmapping 1 if UPnP is enabled
    • ulrate The upload limit in kB/s (0 for no limit)

example

GET http://localhost:8888/gui/?token=ToKeNStRinG&action=getsettings

Clone this wiki locally