BSPWM's Linux IPC Socket protocol (Anyone familiar with it?)

This page summarizes the projects mentioned and recommended in the original post on /r/bspwm

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • bspwm

    A tiling window manager based on binary space partitioning

  • I tried to understand how bspwm's IPC protocol worked a while ago, take a look at src/bspc.c for the implementation, which is less than 100 lines of code. The sending part (the one I was interested in) seems very simple, it connects to the unix socket and sends a string made up of all the command line arguments, each ended by a null byte.

  • cxxbar

  • https://github.com/simrat39/cxxbar/blob/master/src/Utils/BspwmUtils.cpp Something I wrote that may be of some help

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts