Tom-Cat
Tom-Cat
In latest 3.10a and 3.10c it closes the telnet session even when the "Leave Menu on Mount" option is disabled.
Would be really helpful to restore the freeze functionality as it was up to 3.9 especially for developers.
Not sure if I am doing things right, but here is what I do: Sample config: Cartridge Action6.crt Cartridge Preference Internal Bus Operation Mode Writes Reset c64 ... goes to...
Great! Thank you for really fast response (and the best c64 related hardware EVER) Gideon!
Ok, no worries. Making my own (or better said improving an already existing) utility which uses the Socket API. Basically everything is finished, just the CRT loading did not work....
Ok, when you have some working functionality I can implement in the utility. Will not be releasing it then, no point if the API will be removed and not just...
Ooooh, thank you :) Closing
The same Bad Request even if using POST /v1/drives/a:mount ... It seems type parameter is mandatory even if you send a proper filename with the request in the Content-Deposition FileName...
Checked with WireShark and this is what is sent: POST /v1/drives/a:mount?type=d64 HTTP/1.1 Content-Disposition: form-data; name=Grey_Preview_7_+4D_LAXITY.d64; filename=Grey_Preview_7_+4D_LAXITY.d64 Host: 192.168.1.64 Content-Length: 174848 Expect: 100-continue Connection: Keep-Alive [Full request URI: http://192.168.1.64/v1/drives/a:mount?type=d64] [HTTP request...
Some more digging with wireshark. I could get filename to be used by U64 using Postman multipart message. This message works fine and I get the BATTY filename properly on...