Thomj-Dev / SEMBAS

GNU General Public License v3.0
0 stars 0 forks source link

Revise RemoteClassifier to not use JSON #30

Closed ThomJ130 closed 2 weeks ago

ThomJ130 commented 2 weeks ago

JSON encoding is a slow and unnecessary abstraction of the data we are sending. Instead, simply send the raw bytes through the socket.

A couple to-dos before merging: