Giter Club home page Giter Club logo

Comments (1)

darkdrgn2k avatar darkdrgn2k commented on June 4, 2024

Cycle 1 update

Proof of concept SBOT interface was created that could answer some of the questions.

My proof of concept stores the SBOT Private/Public keys on the "server" (or your private pi) allowing a Login/Password to use make use of those credentials. This would allow a simple web browser to interact with the pi and the pi does all the ScuttleBot heavy lifting (databasing, indexing etc)

  • Over plain http, https, or websocket?

Would work over plain HTTP/HTTPS

  • Does an "app" need to be installed on client?

No

  • How to share a sbot instance among multiple identities?

Yes

  • How to pass identities?

Login/Password you create

  • Do nodes run a pub?

Maybe not a full pub but defiantly sbot. It would deal with all the collection of data as time goes on so when you login you have all the information ready to go (no more waiting to sync)

  • How does LAN discovery work?

IPV4 Broadcast packet with Identity and "call back" ip address is sent out

Issues found and details can be found at benhylau/ssbc-grants-scuttlemesh#5

  • How do invites work with IPs over LAN? How about a cjdns address?

Broadcasts only work on IPV4, We could however craft unicast addresses to each device we are cjdns peered with however currently it looks like it only listens on an ipv4 socket.

Two Options

  • Best option - SBOT ipv6 support for Invites (but since ipv6 doesnt do broadcasts i dont know if they will implement that)
  • Possible quick option - SOCAT hack to move ipv6 packets to IPV4 port (will it screw up the packet content with the : in ipv6?)

from p2p-internet-workshop.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.