Camera MIPI understanding [closed]
A camera in a board is connected to it using MIPI CSI2 lines. How does it transfer the frames to the RAM? It would be good if I could vizualise the connections.
View ArticleExact definition of Sec-Websocket-Key in Websocket Protocol
I’m wondering what the exact definition of the header-field Sec-Websocket-Key is. The field is used for Websocket connections. The client asks the server to upgrade from HTML to Websocket. The request...
View ArticleExposing blocking API in golang?
I have a golang library that abstracts a network service (think IRC-alike). The network server produces events which users of my library should consume. I’m using blocking network calls internally. I...
View ArticleIs it rational to convert protobuf into json to send it to a web server?
Protobuf is a good thing, it allows c++ devs to not bother with class serialization/deserialization, is fast and .proto format is very nice. It also allows automatic data validation. But the messages...
View Articleconflict free sync protocol with offline clients?
reading on the taskd server, it is a central server where clients can update a to-do list. The clients can edit the list offline and then sync with the central server, and the authors claim “conflict...
View ArticleSince SPI contains data and clock, this makes it “source synchronous” doesn't...
I read in a Xilinx application note that as data rates became faster became developed source synchronous transfer technique and later came the self-synchronous methods that make use of 8b-10b or some...
View Article