JayBeams
0.1
Another project to have fun coding.
|
#include <jb/itch5/mold_udp_pacer.hpp>
#include <jb/as_hhmmss.hpp>
#include <jb/log.hpp>
#include <boost/asio/io_service.hpp>
#include <boost/asio/ip/multicast.hpp>
#include <boost/asio/ip/udp.hpp>
#include <chrono>
#include <iostream>
#include <stdexcept>
#include <thread>
#include <net/if.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 33 of file moldheartbeat.cpp.
References jb::config_object::desc(), jb::usage::exit_status(), jb::log::init(), and JB_LOG.