heartbeat

Simple server monitor system using encrypted messages over udp
git clone https://noulin.net/git/heartbeat.git
Log | Files | Refs | README

package.yml (444B)


      1 ---
      2   name: heartbeat
      3   version: 0.0.1
      4   description: explanation
      5   lflags: /usr/local/lib/libsodium.a
      6   bin: ./heartbeat.c
      7   repository:
      8     type: git
      9     url: "git+https://github.com/USER/heartbeat.git"
     10   keywords:
     11     - command
     12   author: Anonymous
     13   license: MIT
     14   bugs:
     15     url: "https://github.com/USER/heartbeat/issues"
     16   homepage: "https://github.com/USER/heartbeat#readme"
     17   private: false
     18   dependencies:
     19     short: ""
     20     termbox: ""