Skip to content

NodeJS server to upload and download files from a Pi to a Atari Portfolio

License

Notifications You must be signed in to change notification settings

LennartHennigs/PiPortfolioDaemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PiPortfolioDaemon

Disclaimer: This is a work in progress!

Thank you!

Description

  • This is a NodeJS web server that runs on a Raspberry Pi, connected to the Portfolio's Parallel interface.
  • It offers web interface to upload and download software to and from the Portfolio.

Introduction

The Atari Portfolio was the first palmtop computer. Using and experiencing one today is hard, as you have hard time putting any files onto it.

Without the above, the Atari is mostly a pretty plastic brick that you cannot access.

To fix this, I wanted to provide an easy way to transfer data to the Portfolio with modern computers.

Functions

  • Provides a web page on [Pi IP-Address]:3000
  • There you can...
    • list folder content on the Portfolio
    • download files
    • upload files
    • see an activity log
  • In addition, it watches a shared SAMBA folder for uoloaded files to send them to the Portfolio.
  • It also detects whether the connection to the Portfolio has timed out.

Prerequisites

  • Atari Portfolio with Parallel Interface
  • Raspberry Pi (Zero)
  • Atari Portfolio connected to Pi
  • NodeJS installed on the Pi
  • rpfolio installed on the Pi
  • Nice to have: A shared SAMBA folder on the Pi

How To Use