Jump to content
IGNORED

Need help to finish remaining issues on N: CIO handler.


Recommended Posts

#Atari8bit Any assembler coders? Anyone want to help out with #FujiNet's CIO handler?

There are three issues that I need help with as I work on the firmware (ESP32) side.

 

Add Binary Load File support
https://github.com/FujiNetWIFI/fujinet-nhandler/issues/1

 

Add NOTE/POINT support
https://github.com/FujiNetWIFI/fujinet-nhandler/issues/2

 

Make code relocatable again.
https://github.com/FujiNetWIFI/fujinet-nhandler/issues/3

 

Add burst mode I/O
https://github.com/FujiNetWIFI/fujinet-nhandler/issues/4

Link to comment
Share on other sites

  • 4 weeks later...

Is there a document that outlines what functions are available to the N: driver on the host side ? I looked at the GitHub doc about SIO devices $70-$71 but it's fairly sparse. Things like what device (SMB server? FTP?) and what specific commands and their format are exposed ?

 

Also the exact details of the transfer protocol between the FujiNet device and the N:. I'm thinking it's changed a bit since I last tinkered with it.

Edited by Alfred
Link to comment
Share on other sites

25 minutes ago, Alfred said:

Is there a document that outlines what functions are available to the N: driver on the host side ? I looked at the GitHub doc about SIO devices $70-$71 but it's fairly sparse. Things like what device (SMB server? FTP?) and what specific commands and their format are exposed ?

 

Also the exact details of the transfer protocol between the FujiNet device and the N:. I'm thinking it's changed a bit since I last tinkered with it.

The fundamentals haven't changed, the current code as it is right now is at:

https://github.com/FujiNetWIFI/fujinet-nhandler/tree/master/handler

 

The N: device SIO commands are documented here:

https://github.com/FujiNetWIFI/fujinet-nhandler/tree/master/handler

 

The CIO commands are here:

https://github.com/FujiNetWIFI/fujinet-platformio/wiki/CIO-Commands-for-N-Device

 

An example program that uses the SIO:

https://github.com/FujiNetWIFI/fujinet-platformio/wiki/A-Simple-NetCat-Program

 

And the BURST branch of nhandler has a burst mode that was in the middle of being debugged.

https://github.com/FujiNetWIFI/fujinet-nhandler/blob/burst/handler/src/ndev.s#L233

 

-Thom

 

Link to comment
Share on other sites

6 minutes ago, Alfred said:

That's just the handler source, not documentation. Like what values are permissible for buffer sizes etc. How you turn the flow on/off etc. Valid commands, that sort of thing.

oh shit, I pasted one of the links twice, sorry! :)

 

The SIO commands:

https://github.com/FujiNetWIFI/fujinet-platformio/wiki/SIO-Commands-for-Device-IDs-%2471-to-%2478

 

-Thom

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...