December 2020

Websockets for Hardware Engineers – Part 1

Before we start, what is HTTP? # This is what HTTP REST looks like…ClientServerIdentify Yourself!SSL HandshakeAuthenticateAuthorizeMake a RequestAsk for dataSend dataTypical Client-Server FlowClientServerIdentify Yourself!SSL HandshakeAuthenticateAuthorizeMake a RequestSend dataAcknowledgeA bit later… We noticed some issues… # Each request is preceded by an SSL handshake (if HTTPS) and authentication This can consume significant resources (CPU, time, memory) each time

Websockets for Hardware Engineers – Part 1 Read More »

Scroll to Top