Skip to content

Need to find a way to find to connect with a particular device with a particular did:key #18

@bshambaugh

Description

@bshambaugh

Servers are able to broadcast a websocket message to clients, while clients are able to listen for incoming messages. (check this)

I need to find whether the server or the client is able to listen for all incoming messages, and select the message it desires, and then look up the corresponding IP address.

https://esp8266-shop.com/blog/websocket-connection-between-esp8266-and-node-js-server/
(The cell phone in this example needs to know the IP address of the server). Does the server have to know the IP address of the client?

If the server does not have to know the IP address of the client, the client could tell the server [after the server realizes it is interested]

Can multiple servers connect to a client?

Can multiple clients connect to a server?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions