Wed, 13 Aug 2014 21:00:15 +0200
Include signal handler and complete most of service daemon logic.
michael@0 | 1 | ____ _ _ ____ ____ |
michael@0 | 2 | _ __ ___ | _ \| \ | / ___| / ___|_ __ |
michael@0 | 3 | | '_ ` _ \| | | | \| \___ \| | _\ \ /\ / / |
michael@0 | 4 | | | | | | | |_| | |\ |___) | |_| |\ V V / |
michael@0 | 5 | |_| |_| |_|____/|_| \_|____/ \____| \_/\_/ |
michael@0 | 6 | |
michael@0 | 7 | mDNSGw - Zero Configuration DNS Gateway for Mesh Networks |
michael@0 | 8 | Version 0.7.0 (14-Aug-2014) |
michael@0 | 9 | |
michael@0 | 10 | ABSTRACT |
michael@0 | 11 | |
michael@0 | 12 | Mesh networks consisting of independent subnets and nodes benefit |
michael@0 | 13 | from a enhanced degree of zero configuration operation. A robust |
michael@0 | 14 | network serves the interests of consumers of such applications as |
michael@0 | 15 | found in the Internet of Things for example, where independent nodes |
michael@0 | 16 | communicate with one another over a self maintaining autonomous |
michael@0 | 17 | Internet platform. |
michael@0 | 18 | |
michael@0 | 19 | COPYRIGHT AND LICENSE |
michael@0 | 20 | |
michael@0 | 21 | Copyright (c) 2014 Michael Schloh von Bennewitz <michael@schloh.com> |
michael@0 | 22 | |
michael@0 | 23 | Permission to use, copy, modify, and/or distribute this software for |
michael@0 | 24 | any purpose with or without fee is hereby granted, provided that the |
michael@0 | 25 | above copyright notice and this permission notice appear in all copies. |
michael@0 | 26 | |
michael@0 | 27 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL |
michael@0 | 28 | WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED |
michael@0 | 29 | WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE |
michael@0 | 30 | AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
michael@0 | 31 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
michael@0 | 32 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
michael@0 | 33 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
michael@0 | 34 | THIS SOFTWARE. |
michael@0 | 35 | |
michael@0 | 36 | HOME AND DOCUMENTATION |
michael@0 | 37 | |
michael@0 | 38 | Documentation and releases are located at |
michael@0 | 39 | |
michael@0 | 40 | o http://dev.europalab.com/mdnsgw/ |
michael@0 | 41 | o ftp://ftp.europalab.com//pub/sfw/mdnsgw/ |