Skip to content

Reimplement Socket Connection "object" #4

@daviddpd

Description

@daviddpd

Right now, socket connects are inside the chatFabric code. ESP8266 does this quite differently than POSIX/BSD style sockets, so there are may ifdef's.

iOS has a fairly different way of doing this, but supports the BSD code. (Though, doubt Apple will approve this app.) Need push the socket communication (include UDP retry/retransmit) up the stack to the "porting" layer.

So, chatFabric should just produce a byte-stream, that is then passed written to a socket/FD, and the upper layers handle the byte-stream delivery.

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