Let's try to patch Jumpman to send High Scores over network!

Moderator: Rockford

Antworten
tschak909
Beiträge: 197
Registriert: 17.08.2021 00:22
Has thanked: 4 times
Been thanked: 131 times
Kontaktdaten:

Let's try to patch Jumpman to send High Scores over network!

Beitrag von tschak909 »

I'm working on a small web microservice that takes an HTTP POST of a the binary high score sectors. Could we perhaps patch Jumpman to send the high score data that is in memory at the High Score screen?

But to test feasibility, let's see if we can send the blob of high score data across the network to another host, e.g. running nc (netcat):

Sending data via FujiNet is very simple:

Load netcat with e.g. nc -vl 6502 on a PC. (e.g. PC is 192.168.1.6)

Open a connection, e.g. to N:TCP://192.168.1.6:6502/
https://github.com/FujiNetWIFI/fujinet- ... %27---Open

Write the high score data in memory
https://github.com/FujiNetWIFI/fujinet- ... 27---Write

Close the connection:
https://github.com/FujiNetWIFI/fujinet- ... 27---Close
Screenshot from 2022-05-06 19-07-32.png
Thoughts?
-Thom

Antworten

Wer ist online?

Mitglieder in diesem Forum: Dr. Irata, Kveldulfur, Olix und 1 Gast