Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
docs/ipc: include new Go package, reference example byteorder code (#…
Browse files Browse the repository at this point in the history
…3000)
  • Loading branch information
stapelberg committed Sep 29, 2017
1 parent 7a7481e commit c08ef36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/ipc
Original file line number Diff line number Diff line change
Expand Up @@ -881,6 +881,7 @@ C++::
* https://github.com/drmgc/i3ipcpp
Go::
* https://github.com/mdirkse/i3ipc-go
* https://github.com/i3/go-i3
JavaScript::
* https://github.com/acrisci/i3ipc-gjs
Lua::
Expand Down Expand Up @@ -958,3 +959,6 @@ detect the byte order i3 is using:
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.

Find an example implementation of this technique in
https://github.com/i3/go-i3/blob/master/byteorder.go

0 comments on commit c08ef36

Please sign in to comment.