version 1.4, 2012/07/03 08:57:04
|
version 1.5.6.2, 2022/09/14 14:32:48
|
Line 12 terms:
|
Line 12 terms:
|
All of the documentation and software included in the ELWIX and AITNET |
All of the documentation and software included in the ELWIX and AITNET |
Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org> |
Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org> |
|
|
Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 | Copyright 2004 - 2022 |
by Michael Pounov <misho@elwix.org>. All rights reserved. |
by Michael Pounov <misho@elwix.org>. All rights reserved. |
|
|
Redistribution and use in source and binary forms, with or without |
Redistribution and use in source and binary forms, with or without |
Line 57 SUCH DAMAGE.
|
Line 57 SUCH DAMAGE.
|
#include <assert.h> |
#include <assert.h> |
#include <limits.h> |
#include <limits.h> |
#include <sys/types.h> |
#include <sys/types.h> |
|
#ifndef __linux__ |
#include <sys/filio.h> |
#include <sys/filio.h> |
|
#endif |
#include <sys/time.h> |
#include <sys/time.h> |
#include <sys/ioctl.h> |
#include <sys/ioctl.h> |
#include <sys/socket.h> |
#include <sys/socket.h> |
Line 65 SUCH DAMAGE.
|
Line 67 SUCH DAMAGE.
|
#include <arpa/inet.h> |
#include <arpa/inet.h> |
|
|
#include "config.h" |
#include "config.h" |
|
|
|
#ifdef __ELWIX |
|
#include <elwix.h> |
|
#endif |
|
|
#include "aitmqtt.h" |
#include "aitmqtt.h" |
#include "mqttapi.h" |
#include "mqttapi.h" |