![]() |
HAN-FUN API
1.5.3
This project provides the common implementation of ULE Alliance's HAN-FUN application protocol.
|
This file contains the implementation of the main entry point for the HAN-FUN example applications. More...
#include <iostream>
#include <sstream>
#include "uv.h"
#include "common.h"
#include "application.h"
#include "transport.h"
Go to the source code of this file.
Functions | |
uv_buf_t | alloc_buffer (uv_handle_t *handle, size_t suggested_size) |
This function is used to allocate the buffers used with libuv. More... | |
This file contains the implementation of the main entry point for the HAN-FUN example applications.
For licensing information, please see the file 'LICENSE' in the root folder.
Initial development by Bithium S.A. [http://www.bithium.com]
Definition in file main.cpp.