scherzma / Skunk

P2P Tor Chat App
GNU General Public License v3.0
4 stars 0 forks source link

Connect Peer Network Code to Skunk Main Application Logic #31

Closed JavaHammes closed 3 months ago

JavaHammes commented 3 months ago

Integrate Asynchronous Peer Network Interactions in Skunk Application

Description:
We need to establish a connection between the peer network code and the Skunk application logic using the networkInteractionPort and the NetworkConnection interface. Relevant source code is located at networkInteractionPort.go.

Requirements:

Tasks: