Skip to content

Using Your Meatloaf

datarunners edited this page Jan 14, 2024 · 26 revisions

Its time to have fun!

You have been patient and acquired the parts from China and built and tested your device. Now we're going to show you what it can do.

Connect to your WiFi

If you configured your platformio.ini file, you can skip this step, however if you need to connect to your WiFi, use the following Commodore basic command:

OPEN1,30,15,"SETSSID:MYSSID,MYPASSWORD";CLOSE1

Replace MYSSID and MYPASSWORD with your SSID and Password

After It connects, it will persist on future reboots. To verify you're connected, try to connect to the Meatloaf.cc server on the internet. It's programmed in shorthand on your device.

LOAD"ML:$",8  // This will load the file directory on the Meatloaf server

Traverse your files

358564664_1021743049184249_4704976295639054573_n

FB64 File Browser

PXL_20231229_050144804

The Meatloaf filesystem includes a modified version of the CBM File Browser

Load Some Stuff

Connect to Meatloaf's Server

Connect to other servers

Connect to BBSes

Clone this wiki locally