docs/ipc: include new Go package, reference example byteorder code (#3000)
This commit is contained in:
parent
7a7481e578
commit
c08ef36199
4
docs/ipc
4
docs/ipc
|
@ -881,6 +881,7 @@ C++::
|
||||||
* https://github.com/drmgc/i3ipcpp
|
* https://github.com/drmgc/i3ipcpp
|
||||||
Go::
|
Go::
|
||||||
* https://github.com/mdirkse/i3ipc-go
|
* https://github.com/mdirkse/i3ipc-go
|
||||||
|
* https://github.com/i3/go-i3
|
||||||
JavaScript::
|
JavaScript::
|
||||||
* https://github.com/acrisci/i3ipc-gjs
|
* https://github.com/acrisci/i3ipc-gjs
|
||||||
Lua::
|
Lua::
|
||||||
|
@ -958,3 +959,6 @@ detect the byte order i3 is using:
|
||||||
payload. Then, receive the pending +COMMAND+ message reply in big endian.
|
payload. Then, receive the pending +COMMAND+ message reply in big endian.
|
||||||
|
|
||||||
5. From here on out, send/receive all messages using the detected byte order.
|
5. From here on out, send/receive all messages using the detected byte order.
|
||||||
|
|
||||||
|
Find an example implementation of this technique in
|
||||||
|
https://github.com/i3/go-i3/blob/master/byteorder.go
|
||||||
|
|
Loading…
Reference in New Issue