Skip to content

Commit 614c88d

Browse files
committed
add more documentation for AdibouNet
1 parent 5838cb3 commit 614c88d

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

adibounet/adb3server.py

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,36 @@
1818
# Currently can only be comunicated with the Server to the Client to bring up the Login screen and display Username and Password.
1919
# Non printable data will be also shown in the Console. (Maybe useful for further debugging)
2020

21+
# Used Functions:
22+
# netOpenIPConnection() loaded from CkNet.dll
23+
24+
# Requests:
25+
# When leaving AdibouNet and return to Adibou's Garden an Request will be sended after leaving called "Bye"
26+
27+
# Callbacks:
28+
# CallbackConnection checks if the connection is working if so it prints OK and shows the Portal Server with IP
29+
30+
# Christophe Delouche:
31+
# It seems to be loaded Unencrypted (0 --> 0)
32+
# netGetProviderList() checks which internet connection / provider could be used to connect.
33+
# ConnectionRetry retrys to connect to Portal Server and to the Connection Manager (9 times)
34+
35+
# B3I_ModemLaunch:
36+
# Connect after choosing the provider to AdibouNet's Portal Server
37+
38+
# B3I_PortalServer:
39+
# Send AccountIdentiftication (AccountCode also known as the Username you entered) and the password
40+
41+
# B3I_Bulletin_Board:
42+
# If you go to the Applications/Adibou's Garden the messsage "return to adibou..." is shown.
43+
44+
# AFK:
45+
# If you are do nothing in the main screen of AdibouNet Adibou asks you to connect to AdibouNet
46+
47+
# Subscription:
48+
# Onclic : B3I_HP_SubscriptionButton is used for when you click on the paper were you can login.
49+
# Opens then the https://www.subscription.de.adibouland.com/index.asp?origin=2 URL (Stored in b3i_url.ini can be replaced)
50+
2151
import socket
2252
import threading
2353
import datetime

0 commit comments

Comments
 (0)