Megimoo
Megimoo

Reputation: 397

Using python to send a single int over ethernet

I need to make a server that recieves and sends single integers using tcp. Socketserver gives me a TypeError if i try to do this. Is there an alternative or do i need to write a server from scratch?

Upvotes: 0

Views: 305

Answers (1)

Ignacio Vazquez-Abrams
Ignacio Vazquez-Abrams

Reputation: 799110

struct

Upvotes: 1

Related Questions