Skip to content

Commit 4278c4d

Browse files
hfrmmarquezs
authored andcommitted
add: doc
1 parent ab3e315 commit 4278c4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DIRECT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
This is an extension of myjdapi to allow a direct device access without My.JDownloader.
44

5-
# Theory of operation
5+
## Theory of operation
66

77
My.JDowloader manages JDownloader devices and myjdapi provides a python interface to access them.
88
If possible My.JDowloader will push a direct connection to myjdapi which will be used consequently.
99
If enabled this JDownloader api will be available locally. The direct access modification will make
1010
it possible to use the local api without any interaction with My.Downloader at all.
1111

12-
# Implemetation
12+
## Implemetation
1313

1414
In myjdapi all connetions will be managed by an instance of Myjdapi. To use myjdapi locally Myjdapi needs consequently be extended to allow local connextions.
1515

@@ -22,7 +22,7 @@ Even so the interface supports a user name and password it is not implemented ye
2222
The call to connect_device() will ping the device to make sure it exists and it will create a device with the name given by the ip-parameter and the id 'direct'.
2323
A direct device connection has the status connected but it has no session id since the session id is supported be My.Downloader only.
2424

25-
# Usage
25+
## Usage
2626

2727
After myjdapi has established the connection the device can be querried as usually be calling:
2828

0 commit comments

Comments
 (0)