Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R message #46

Open
fensoft opened this issue Jan 21, 2019 · 3 comments
Open

R message #46

fensoft opened this issue Jan 21, 2019 · 3 comments

Comments

@fensoft
Copy link

fensoft commented Jan 21, 2019

@marcelrv
Copy link
Contributor

This is not a generic command that you can issue in a telnet session.
This is command is packed in a message to the UDP port instead. Like type of discovery packet

@BraiNi666
Copy link

BraiNi666 commented May 3, 2022

how can i send a message to the cube to get the answer ?

This is the data (19 Byte) one must broadcast or multicast to UDP port 23272 to get an answer from the cube.

0000000000: 65 51 33 4D 61 78 2A 00 2A 2A 2A 2A 2A 2A 2A 2A eQ3Max*.********
0000000010: 2A 2A 49 **I

I tryed like this

echo -en "\x65\x51\x33\x4D\x61\x78\x49\x45\x57\x30\x30\x30\x36\x36\x31\x32\x52" | nc -w1 -u -b 192.168.188.255 23272
echo -e "\x65\x51\x33\x4D\x61\x78\x49\x45\x57\x30\x30\x30\x36\x36\x31\x32\x52" | nc -w1 -u -b 192.168.188.255 23272

@AndyP2
Copy link
Contributor

AndyP2 commented May 4, 2022

You need to send that as a udp message to the cube. To do this you would usually use a networking library for the language you are using. I have also seen netcat used to do this from the command line; there are several pages out there that show how to do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants