FujiNet RAPID #2
Second release of FujiNet Regular Announcements in Performance, Innovations and Development (RAPID)
Second release of FujiNet Regular Announcements in Performance, Innovations and Development (RAPID)
First release of new FujiNet Regular Announcements in Performance, Innovations and Development (RAPID)
Recently a flurry of activity on the gaming front has resulted in development, deployment, and usage of the FujiNet Game Server system and a working client for Atari 8-bits. More client platforms are planned soon. The first working Game Server is an implementation of Five Card Stud. More games are also planned now that there is one amazing example.
Read more at atariorbit.org
Parsing and using JSON is one of the fundamental components of the Modern Web. Now your Atari can do it with the help of FujiNet and the N: (network) device! Of course there is a excellent video which will break this down for you in a few moments:
The N: is new, and as such it’s documented over at the FujiNet wiki and it worth a read:
https://github.com/FujiNetWIFI/fujinet-platformio/wiki/Using-the-N%3A-Device
The N: device gives you access to a whole slate of modern web protocols in Atari Basic!
Disk swapping using FujiNet is done via the Disk Swap Button. This is a critical and necessary function that almost all ‘virtual disk’ emulators have- since you can virtually mount many disks on these devices, but you still may have only one virtual floppy drive. The swapping function rotates this virtual disks from their virtual slots round-robin into the virtual floppy. But how to let the user know what disk slot is mounted in the virtual floppy drive? FujiNet has no display to show you this information… The Software Automatic Mouth (SAM) can help here, and there is a video to show this in action.
There is also lots more documentation on how to use SAM yourself from BASIC on the FN Wiki:
https://github.com/FujiNetWIFI/fujinet-platformio/wiki/Using-SAM-%28Voice-Synthesizer%29
Using FN (FujiNet) will change the way you think about your Atari and disks. It allows a easy gateway to manage local and remote disks and use them with your Atari. One imporant aspect of disk management is creating new disks. FN Config now has an easy way to do this.
FujiNet is evolving fast. If you are wondering about the evolution of the hardware and what changed over the course of the project there is a page just for this: https://github.com/FujiNetWIFI/fujinet-platformio/wiki/Prototype-Board-Revisions
With FN (FujiNet) you can now let your Atari speak. The Software Automatic Mouth (SAM) is implemented in FN as the P: device. Note: requires a XL/XE system.
OPEN #1,8,0,"P4:"
PRINT #1;"HELLO FROM SAM"
There is video showing the details of this implementation:
There is a lot more programming info and how to use phonemes on the FujiNet SAM Wiki page:
https://github.com/FujiNetWIFI/fujinet-platformio/wiki/Using-SAM-%28Voice-Synthesizer%29