Jump to content
IGNORED

Directory Service for publicly-accessible #FujiNet sites


Recommended Posts

24 minutes ago, x=usr(1536) said:

No, I was mistaken.  It's still appearing in diskulator_select.c (line 363):

  Reveal hidden contents

// Handle if the selection is a TNFS host

else if (context->filename[0]=='+')

{

// set the current host context and replace host_slot 8 with the

// selected TNFS host.

strcpy(context->host, context->filename+1);

strcpy(context->hostSlots.host[7], context->host);

context->host_slot = 7;

fuji_sio_write_host_slots(&context->hostSlots);

// update directory to point root and clear the filename

strcpy(context->directory, "/");

memset(context->filename,0,sizeof(context->filename));

// mount the selected host

context->state=DISKULATOR_SELECT;

fuji_sio_mount_host(context->host_slot,&context->hostSlots);

if (fuji_sio_error())

{

error(ERROR_MOUNTING_HOST_SLOT);

wait_a_moment();

context->state=CONNECT_WIFI;

}

*ss=DONE;

}

So...  Not sure what's up.

No, this is the old version of the software. We moved to fujinet-config-adam, and this feature is not there.

-Thom

 

  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...
  • 3 weeks later...
On 4/28/2023 at 8:18 AM, tschak909 said:

Not yet. It will be reimplemented, though.

-Thom

 

 

Hi @tschak909

 

Just saw this. That was a pretty simple change made on the config side, if no one has done it yet I'm happy to do another PR with the changes applied to the new config code. 

 

I also have a firmware-side change that implements the gopher-like menu functionality that I had originally talked about in a thread here. It is a small change, backwards compatible with the existing config applications, but can be activated with a small change on the config side. I'll try and find a few minutes to throw up a video of how it works to gauge interest.

  • Like 2
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...