9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Skip Tavakkolian <9nut@9netics.com>
To: 9fans@9fans.net
Subject: Re: [9fans] 9P Cloud™
Date: Tue,  7 Jul 2015 17:53:29 -0700	[thread overview]
Message-ID: <9d2919d5e28b35cfb1b4659f03390b40@9netics.com> (raw)
In-Reply-To: <CAFSF3XP_T90h6t79kei9wWza8PSHeHavCry_nNbrXyBCZ+wRxg@mail.gmail.com>

> it would be useful to me if you would also create a second websocket
> server that accepts local samba file requests :)

integration with local and third party storage (Drive, S3, Dropbox)
are on the radar for future enhancements.

in the meantime, if you wanted to roll your own (in Go) ...

assuming i undrestand correclty -- that you want to export parts of
your SMB share via 9P Cloud to others -- you would need an oauth2
client that will authenticate itself then export a 9P filesystem over
websocket to 9pcloud.  you can use either goplan9 package at
https://github.com/9fans/go (rsc/rob) or go9p package at
https://code.google.com/p/go9p/ (lucho and andrey) for the 9p server
part and the oauth2 and websocket packages in Go repo on github for
authentication and websocket handling.  the javascript on the main
page should be helpful.




  reply	other threads:[~2015-07-08  0:53 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-07 18:00 Skip Tavakkolian
2015-07-07 18:59 ` a.regenfuss at gmx.de
2015-07-07 19:27 ` Wes Kussmaul
2015-07-07 22:11   ` Skip Tavakkolian
2015-07-07 23:30     ` hiro
2015-07-08  0:53       ` Skip Tavakkolian [this message]
2015-07-08  1:05         ` hiro
2015-07-08  6:09           ` steve

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9d2919d5e28b35cfb1b4659f03390b40@9netics.com \
    --to=9nut@9netics.com \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).