Difference between revisions of "Decoding Robot Messages"

From EntropiaPlanets Wiki - Entropia Universe Guides Wiki Info
m (Created page with "There are currently 2 tools to 'decode' robot messages (intercepts): * a web based one: [http://web.comhem.se/~u77771572/aia/convert/convert8.html Decoding robot messages] by [...")
 
m (Text replace - "entropiaplanets.com/forums" to "entropiaplanets.com")
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
There are currently 2 tools to 'decode' robot messages (intercepts):
There are currently 2 tools to 'decode' robot messages (intercepts):
   
   
* a web based one: [http://web.comhem.se/~u77771572/aia/convert/convert8.html Decoding robot messages] by [http://www.entropiaplanets.com/forums/members/alphageek.html aia]
* a web based one: [http://web.comhem.se/~u77771572/aia/convert/convert8.html Decoding robot messages] by [http://www.entropiaplanets.com/members/aia.html aia]
   
   
* a Windows command line tool: [http://www.algonet.se/~tamlin/RobotCode_cpp_exe.7z RobotCode] by tamlin
* a Windows command line tool: [http://www.algonet.se/~tamlin/RobotCode_cpp_exe.7z RobotCode] by tamlin
Line 68: Line 68:
|1111
|1111
|}
|}
[[Category:Guides]]

Latest revision as of 19:02, 13 November 2012

There are currently 2 tools to 'decode' robot messages (intercepts):

  • a Windows command line tool: RobotCode by tamlin

How decoding works in detail?

(No idea, please help to work this out)


Step One: Convert hexadecimal to binary

Hex-to-Bin Table
Hex Bin
0 0000
1 0001
2 0010
3 0011
4 0100
5 0101
6 0110
7 0111
8 1000
9 1001
a 1010
b 1011
c 1100
d 1101
e 1110
f 1111