Thread: KSDCommander
View Single Post
Old 12-03-16, 09:37 AM   #228
Warham
Helmsman
 
Join Date: Jul 2014
Posts: 105
Downloads: 28
Uploads: 0
Default

Quote:
Originally Posted by BL!TZKR!EG View Post
Packets or files does not matter.

I would like to make SH5/KSDC compatible with our data here.

Therefore I would like to learn what is sent. That's why. So I ask again and change the word: Can you please help me and provide me with some example packets that are sent so I can take a look?
KSDC now sends something like 010100010101...010101000101. To read it you need to write an .exe or web .NET application. But in theory i can make a web page to which you can send request, something like http://ksdcommander.com/?captain_id=5 and it will give you for example JSON like
{
"name": "John",
"biography": "Good guy"
etc
}
Warham is offline   Reply With Quote