mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
346d647f43
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
157 lines
4.6 KiB
Groff
157 lines
4.6 KiB
Groff
.\" Man page generated from reStructuredText.
|
|
.
|
|
.
|
|
.nr rst2man-indent-level 0
|
|
.
|
|
.de1 rstReportMargin
|
|
\\$1 \\n[an-margin]
|
|
level \\n[rst2man-indent-level]
|
|
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
-
|
|
\\n[rst2man-indent0]
|
|
\\n[rst2man-indent1]
|
|
\\n[rst2man-indent2]
|
|
..
|
|
.de1 INDENT
|
|
.\" .rstReportMargin pre:
|
|
. RS \\$1
|
|
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
|
|
. nr rst2man-indent-level +1
|
|
.\" .rstReportMargin post:
|
|
..
|
|
.de UNINDENT
|
|
. RE
|
|
.\" indent \\n[an-margin]
|
|
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
.nr rst2man-indent-level -1
|
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
|
..
|
|
.TH "FUJINET-PC" 1 "2022-07-19" "2206.1" "SlackBuilds.org"
|
|
.SH NAME
|
|
fujinet-pc \- peripheral emulator and network adaptor for Atari 8-bit computers
|
|
.\" RST source for fujinet-pc(1) man page. Convert with:
|
|
.
|
|
.\" rst2man.py fujinet-pc.rst > fujinet-pc.1
|
|
.
|
|
.\" rst2man.py comes from the SBo development/docutils package.
|
|
.
|
|
.SH SYNOPSIS
|
|
.sp
|
|
fujinet\-pc [\fB\-V\fP] [\fB\-u\fP \fIhost:port\fP] [\fB\-c\fP \fIconfig\-file\fP] [\fB\-s\fP \fISD\-directory\fP]
|
|
.SH DESCRIPTION
|
|
.sp
|
|
FujiNet is a network adaptor for the Atari 8\-bit line of computers. It
|
|
has many features, including the ability to netboot the Atari from a
|
|
disk image on an Internet TNFS server. It\(aqs a piece of hardware which
|
|
plugs into the Atari\(aqs SIO port and connects to a wireless network.
|
|
.sp
|
|
fujinet\-pc is a Linux port of the FujiNet firmware, which allows using
|
|
most of the FujiNet\(aqs features with just an SIO2PC cable and a PC.
|
|
.sp
|
|
FujiNet features that work with fujinet\-pc:
|
|
.INDENT 0.0
|
|
.INDENT 3.5
|
|
.INDENT 0.0
|
|
.IP \(bu 2
|
|
Disk drive (D:) emulation with support for ATR disk images and XEX files (no ATX yet)
|
|
.IP \(bu 2
|
|
Modem emulation (R:)
|
|
.IP \(bu 2
|
|
Printer emulation (P:)
|
|
.IP \(bu 2
|
|
APETIME protocol
|
|
.IP \(bu 2
|
|
TNFS File System to access image files over network
|
|
.IP \(bu 2
|
|
Web interface to control program\(aqs settings, browse TNFS hosts and mount disk images
|
|
.IP \(bu 2
|
|
FujiNet network device (N:) with support for various network protocols:
|
|
TCP, UDP, TNFS, HTTP, FTP, Telnet \fB[*]\fP
|
|
.UNINDENT
|
|
.UNINDENT
|
|
.UNINDENT
|
|
.sp
|
|
Not (yet) working:
|
|
.INDENT 0.0
|
|
.INDENT 3.5
|
|
.INDENT 0.0
|
|
.IP \(bu 2
|
|
CP/M emulation
|
|
.IP \(bu 2
|
|
SSH and SMB support for N:
|
|
.IP \(bu 2
|
|
SAM voice synthesizer
|
|
.IP \(bu 2
|
|
MIDIMaze support
|
|
.IP \(bu 2
|
|
Program recorder (tape) emulation
|
|
.UNINDENT
|
|
.UNINDENT
|
|
.UNINDENT
|
|
.sp
|
|
\fB[*]\fP Note that some applications using the N: device may rely on the SIO
|
|
\fBPROCEED\fP line being connected. Most SIO2PC cables don\(aqt have this
|
|
line connected.
|
|
.SH OPTIONS
|
|
.INDENT 0.0
|
|
.TP
|
|
.B \fB\-V\fP
|
|
Print version number (including build date and OS).
|
|
.TP
|
|
.B \fB\-u\fP \fIhost:port\fP
|
|
Host interface and port to listen on, for the web user interface. Default is
|
|
\fB0.0.0.0:8000\fP, meaning TCP port 8000 on all interfaces. To access the
|
|
web UI, point a browser at e.g. \fBhttp://localhost:8000\fP\&. Leaving off
|
|
the \fI:port\fP isn\(aqt actually an error, but it causes \fBfujinet\-pc\fP to
|
|
choose a random port number (which it doesn\(aqt tell you; you\(aqd have
|
|
to use \fBnetstat\fP(8) to find it).
|
|
.TP
|
|
.B \fB\-c\fP \fIconfig\-file\fP
|
|
Use \fIconfig\-file\fP instead of the default \fBfnconfig.ini\fP\&.
|
|
.TP
|
|
.B \fB\-s\fP \fISD\-directory\fP
|
|
Use \fISD\-directory\fP instead of the default \fBSD/\fP for the virtual
|
|
SD card.
|
|
.UNINDENT
|
|
.SH FILES
|
|
.INDENT 0.0
|
|
.TP
|
|
.B \fB~/.fujinet\-pc/\fP
|
|
The default directory for \fBfujinet\-pc\fP, containing the following:
|
|
.TP
|
|
.B \fBfnconfig.ini\fP
|
|
The default config file for \fBfujinet\-pc\fP\&. This is where settings
|
|
are saved when they\(aqre changed with the web user interface. This file
|
|
can also be edited with a regular text editor.
|
|
.TP
|
|
.B \fBSD/\fP
|
|
The FujiNet hardware device has a slot for a Micro\-SD card. For fujinet\-pc,
|
|
the contents of this directory will be available in the host list, under
|
|
the name \fBSD\fP\&. The default contents of this directory include a good
|
|
selection of DOS and utility disk images.
|
|
.UNINDENT
|
|
.\" AUTHOR
|
|
.
|
|
.\" ======
|
|
.
|
|
.\" normally I would put the upstream author's name here, but I have
|
|
.
|
|
.\" no idea what it is. The github user is just called FujiNetWIFI,
|
|
.
|
|
.\" and I haven't found any contact info anywhere in the source git
|
|
.
|
|
.\" repo. *shrug*.
|
|
.
|
|
.SH COPYRIGHT
|
|
.sp
|
|
See the file /usr/doc/fujinet\-pc\-2206.1/LICENSE for license information.
|
|
.SH SEE ALSO
|
|
.sp
|
|
\fBatariserver\fP(1), \fBtnfsd\fP(1), \fBtnfs\-fuse\fP(1)
|
|
.sp
|
|
The fujinet\-pc homepage: \fI\%https://github.com/FujiNetWIFI/fujinet\-pc\fP
|
|
.sp
|
|
The FujiNet documentation wiki: \fI\%https://github.com/FujiNetWIFI/fujinet\-platformio/wiki\fP
|
|
.\" Generated by docutils manpage writer.
|
|
.
|