Task - #170 - Refactor Network Communications

Project: Antilia (alpha) Priority:
4
 Low
Type:
Refactor
Status:
Pending
Reported By:
jeff 
Assigned To:
jeff 
Created On: September 25, 2020 Resolved On: -

Is This Bug Affecting You?


Users Reporting This Issue: 1

I am Affected!
 
Add a Comment

The way network communications are currently implemented makes it easy to prototype, but is hardly efficient, and often encounters issues due to being based on the TCP protocol.

Build a new network model based on UDP, with more options for reliable an unreliable packet delivery. Return to using a serializable Packet class in place of the current "binary JSON" approach to reduce packet size.


Highlights
Comments Only
All Activity

Friday, September 25, 2020

New Task Created!

The way network communications are currently implemented makes it easy to prototype, but is hardly efficient, and often encounters issues due to being based on the TCP protocol. Build a new network model based on UDP, with more options for reliable an unreliable packet delivery. Return to using a serializable Packet class in place of the current "binary JSON" approach to reduce packet size.
Page: 1