Remotely send and run a .PRG file on a Commodore 64 Ultimate, (or any 1541u). Mostly that development with CBM prg studio is easier with the Commodore 64 Ultimate, and you don't need to copy files every time.
- Setup the your device with the
creds.jsonfile in the config path (see the Config Path section) - Write this into of
creds.jsonin this format (replacing the values with your own):
{
"Address": "http://192.x.x.x",
"Password": "Password goes here if set on system"
}- Run the command with your prg file like the following:
u64-remote [prg file]
- Windows:
C:\Users\username\AppData\Roaming\u64-remote - Linux/Unix:
~/.config/u64-remote - macOS:
~/Library/Application Support/u64-remote
- Figure out how to use data streams (e.g. for debug and video)
- Add automattic C/I compiling