Uses websocket for connections, and sends binary data only (works in packet-way manner)
Totally inherits all packets of RACv2, except of reading messages
Client sends:
0x01
Client sends:
0x02
\n
\n
Server sends:
0x01
if the user does not exists0x02
if the password is incorrectClient sends:
0x03
\n
Server sends:
0x01
if the username is already takenClient sends:
0x00
Server sends:
This packet is independent from getting message length packet.
Client sends:
0x00
0x01
Server sends:
This packet is independent from getting message length packet.
Client sends:
0x00
0x02
Server sends:
for example: if you want to read last N bytes, last_size = data_size - N
Source: https://github.com/MeexReay/bRAC/blob/main/docs/wrac.md