Skip to content

Remotely send .PRG files to C64 Ultimate (and 1541u compatible protocols using the REST API)

License

Notifications You must be signed in to change notification settings

AllMeatball/u64-remote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

U64 Remote

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.

Usage and Setup

  1. Setup the your device with the creds.json file in the config path (see the Config Path section)
  2. Write this into of creds.json in this format (replacing the values with your own):
{
    "Address": "http://192.x.x.x",
    "Password": "Password goes here if set on system"
}
  1. Run the command with your prg file like the following:
u64-remote [prg file]

Config Path

  • Windows: C:\Users\username\AppData\Roaming\u64-remote
  • Linux/Unix: ~/.config/u64-remote
  • macOS: ~/Library/Application Support/u64-remote

TODO

  • Figure out how to use data streams (e.g. for debug and video)
  • Add automattic C/I compiling

About

Remotely send .PRG files to C64 Ultimate (and 1541u compatible protocols using the REST API)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages