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

Remote Control via telnet #1

Open
em00k opened this issue Feb 17, 2018 · 6 comments
Open

Remote Control via telnet #1

em00k opened this issue Feb 17, 2018 · 6 comments

Comments

@em00k
Copy link

em00k commented Feb 17, 2018

It would be nice to be able to control the emulator via external commands sent over telnet.

This would allow spectrum software to be integrated into modern desktop applications and controlled "remotely":

Such commands as :

read-memory [start] [end] - returns a stream of bytes from the spectrums memory
write-memoty [start]-[end] - writes a file as a data stream to the spectrum ram
send-key [ascii]

much like the great Zesaurx does,

@Cthutu
Copy link
Contributor

Cthutu commented Feb 18, 2018

What form does the stream of bytes take? ASCII hexadecimal or actual bytes?

@em00k
Copy link
Author

em00k commented Feb 18, 2018 via email

@Cthutu
Copy link
Contributor

Cthutu commented Feb 19, 2018 via email

@Cthutu
Copy link
Contributor

Cthutu commented Feb 19, 2018

BTW, I am working on telnet server code at the moment :)

@em00k
Copy link
Author

em00k commented Feb 19, 2018 via email

@em00k
Copy link
Author

em00k commented Feb 19, 2018 via email

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

No branches or pull requests

2 participants