-
- When you should be emailing vs calling vs direct messages.
- Headphone policies
- What should be meetings about?
-
MREs need to be able to either send messages to or listen to messages from other MREs.
This needs to support both generic/standardized messages, and custom messages.
We need to carefully conside…
-
- Revolt Chat - Communication is critical, Privacy is essential. (1:1 opensource alternative to discord)
https://revolt.chat/ https://github.com/revoltchat#download-links
- Session https://github.…
-
Can I use this library for CANOpen communication? Is there is any example to send the following command using the ACAN-T4 library?
![Screenshot (427)](https://user-images.githubusercontent.com/32606…
-
**Context**
Currently, everything works by sending the state variable to the server and then once the server replies we change the state to match the state kept in the server. There problems with …
-
Doesn't have access to server side
-
### IPC는 ?
- 뭘 교환하나?
- data
- control
- 노티 이벤트
### qnx는 ipc를 뭘 지원하나?
- qnx는 메세징(message passing), 펄스 쉐어드메모리 pps(persistent publish and subscribe)
- posix에서 쓰는 signals,쉐어드 메모리, 파이프,메세지…
-
tl;wr: the server does all calculations, clients only render the state they received. state is transmitted by keyframes at "predicted" end points.
The design is pretty much like on would do it for …
TheJJ updated
4 years ago
-
Doc for collaboration: https://docs.google.com/document/d/1o9BXfvg9DzDT62L0UlhZaL-FmqXgyRTPAH90yiywNzM/edit?usp=sharing
-
Instead of pipes use sockets.
Not sure how to best go about finding a free port automatically.
Using sockets, it should be much easier to deal with protocol errors and timeouts.
This should imple…