mirror of
https://github.com/nanomq/nanomq.git
synced 2025-06-22 01:57:27 +00:00
* MODIFY [LICENSE] Opensource LICENSE updated
This commit is contained in:
201
LICENSE
201
LICENSE
@ -1,201 +0,0 @@
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "{}"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright {yyyy} {name of copyright owner}
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
21
LICENSE.txt
Normal file
21
LICENSE.txt
Normal file
@ -0,0 +1,21 @@
|
||||
The MIT License
|
||||
|
||||
Copyright 2020 NanoMQ Team, Inc. <jaylin@emqx.io>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"),
|
||||
to deal in the Software without restriction, including without limitation
|
||||
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||
and/or sell copies of the Software, and to permit persons to whom
|
||||
the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included
|
||||
in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||
IN THE SOFTWARE.
|
@ -1,3 +1,11 @@
|
||||
//
|
||||
// Copyright 2020 NanoMQ Team, Inc. <jaylin@emqx.io>
|
||||
//
|
||||
// This software is supplied under the terms of the MIT License, a
|
||||
// copy of which should be located in the distribution where this
|
||||
// file was obtained (LICENSE.txt). A copy of the license may also be
|
||||
// found online at https://opensource.org/licenses/MIT.
|
||||
//
|
||||
#include <unordered_map>
|
||||
#include <cstring>
|
||||
#include <mutex>
|
||||
|
@ -1,3 +1,12 @@
|
||||
//
|
||||
// Copyright 2020 NanoMQ Team, Inc. <jaylin@emqx.io>
|
||||
//
|
||||
// This software is supplied under the terms of the MIT License, a
|
||||
// copy of which should be located in the distribution where this
|
||||
// file was obtained (LICENSE.txt). A copy of the license may also be
|
||||
// found online at https://opensource.org/licenses/MIT.
|
||||
//
|
||||
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
|
||||
|
@ -1,36 +1,11 @@
|
||||
/* zmalloc - total amount of allocated memory aware version of malloc()
|
||||
*
|
||||
* Copyright (c) 2009-2010, Salvatore Sanfilippo <antirez at gmail dot com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions are met:
|
||||
*
|
||||
* * Redistributions of source code must retain the above copyright notice,
|
||||
* this list of conditions and the following disclaimer.
|
||||
* * Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* * Neither the name of Redis nor the names of its contributors may be used
|
||||
* to endorse or promote products derived from this software without
|
||||
* specific prior written permission.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
||||
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
||||
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
||||
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/*
|
||||
** Remove pthread by Ery Lee
|
||||
*/
|
||||
//
|
||||
// Copyright 2020 NanoMQ Team, Inc. <jaylin@emqx.io>
|
||||
//
|
||||
// This software is supplied under the terms of the MIT License, a
|
||||
// copy of which should be located in the distribution where this
|
||||
// file was obtained (LICENSE.txt). A copy of the license may also be
|
||||
// found online at https://opensource.org/licenses/MIT.
|
||||
//
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -30,7 +30,7 @@ find_package(nanolib CONFIG REQUIRED)
|
||||
# MESSAGE(FATAL_ERROR "nanolib library not found")
|
||||
|
||||
|
||||
add_executable(nanomq nanomq.c cmd.c file.c process.c apps.c pub_handler.c sub_handler.c unsub_handler.c)
|
||||
add_executable(nanomq nanomq.c cmd.c process.c apps.c pub_handler.c sub_handler.c unsub_handler.c)
|
||||
|
||||
#target_link_libraries(nanomq apps nano_shared)
|
||||
target_link_libraries(nanomq apps nanolib)
|
||||
|
@ -1,3 +1,11 @@
|
||||
//
|
||||
// Copyright 2020 NanoMQ Team, Inc. <jaylin@emqx.io>
|
||||
//
|
||||
// This software is supplied under the terms of the MIT License, a
|
||||
// copy of which should be located in the distribution where this
|
||||
// file was obtained (LICENSE.txt). A copy of the license may also be
|
||||
// found online at https://opensource.org/licenses/MIT.
|
||||
//
|
||||
|
||||
#include "include/apps.h"
|
||||
#include "broker.h"
|
||||
|
@ -1,3 +1,11 @@
|
||||
//
|
||||
// Copyright 2020 NanoMQ Team, Inc. <jaylin@emqx.io>
|
||||
//
|
||||
// This software is supplied under the terms of the MIT License, a
|
||||
// copy of which should be located in the distribution where this
|
||||
// file was obtained (LICENSE.txt). A copy of the license may also be
|
||||
// found online at https://opensource.org/licenses/MIT.
|
||||
//
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
@ -1,3 +1,11 @@
|
||||
//
|
||||
// Copyright 2020 NanoMQ Team, Inc. <jaylin@emqx.io>
|
||||
//
|
||||
// This software is supplied under the terms of the MIT License, a
|
||||
// copy of which should be located in the distribution where this
|
||||
// file was obtained (LICENSE.txt). A copy of the license may also be
|
||||
// found online at https://opensource.org/licenses/MIT.
|
||||
//
|
||||
#include "mq.h"
|
||||
#include "include/nanomq.h"
|
||||
|
||||
|
@ -1,7 +1,14 @@
|
||||
//
|
||||
// Copyright 2020 NanoMQ Team, Inc. <jaylin@emqx.io>
|
||||
//
|
||||
// This software is supplied under the terms of the MIT License, a
|
||||
// copy of which should be located in the distribution where this
|
||||
// file was obtained (LICENSE.txt). A copy of the license may also be
|
||||
// found online at https://opensource.org/licenses/MIT.
|
||||
//
|
||||
|
||||
#include "include/nanomq.h"
|
||||
#include "include/cmd.h"
|
||||
#include "include/file.h"
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
|
@ -1,10 +1,9 @@
|
||||
/**
|
||||
* static MQTT parser lib
|
||||
*
|
||||
*
|
||||
*
|
||||
*
|
||||
*
|
||||
*
|
||||
*/
|
||||
//
|
||||
// Copyright 2020 NanoMQ Team, Inc. <jaylin@emqx.io>
|
||||
//
|
||||
// This software is supplied under the terms of the MIT License, a
|
||||
// copy of which should be located in the distribution where this
|
||||
// file was obtained (LICENSE.txt). A copy of the license may also be
|
||||
// found online at https://opensource.org/licenses/MIT.
|
||||
//
|
||||
|
||||
|
536
nanomq/file.c
536
nanomq/file.c
@ -1,536 +0,0 @@
|
||||
|
||||
/***
|
||||
*
|
||||
***/
|
||||
|
||||
#include "include/nanomq.h"
|
||||
#include "include/file.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
#include <mtd/mtd-user.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
#define MODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)
|
||||
|
||||
static char fpath_tmp[100];
|
||||
|
||||
int file_trunc_to_zero(const char *fpath)
|
||||
{
|
||||
int fd;
|
||||
|
||||
debug_msg("fpath = %s\n", fpath);
|
||||
|
||||
fd = open(fpath, O_WRONLY | O_CREAT | O_TRUNC, MODE);
|
||||
if (fd >= 0)
|
||||
close(fd);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*return 1 if exists*/
|
||||
int file_exists(const char *fpath)
|
||||
{
|
||||
struct stat st;
|
||||
int ret;
|
||||
|
||||
ret = stat(fpath, &st) == 0 ? 1 : 0;
|
||||
debug_msg("%s: %i", fpath, ret);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
int file_is_symlink(const char *fpath)
|
||||
{
|
||||
int ret;
|
||||
struct stat st;
|
||||
|
||||
ret = lstat(fpath, &st);
|
||||
if (ret != 0)
|
||||
return 0;
|
||||
|
||||
return S_ISLNK(st.st_mode);
|
||||
}
|
||||
|
||||
int file_size(const char *fpath)
|
||||
{
|
||||
int ret;
|
||||
struct stat st;
|
||||
|
||||
if (!file_exists(fpath))
|
||||
return 0;
|
||||
|
||||
ret = stat(fpath, &st);
|
||||
if (ret != 0)
|
||||
return -1;
|
||||
|
||||
return st.st_size;
|
||||
}
|
||||
|
||||
int file_create_symlink(const char *file_path, const char *link_path)
|
||||
{
|
||||
debug_msg("%s => %s", file_path, link_path);
|
||||
return symlink(file_path, link_path);
|
||||
}
|
||||
|
||||
int file_read_int(const char *fpath_fmt, ...)
|
||||
{
|
||||
va_list args;
|
||||
char buff[10];
|
||||
int fd, ret = 0;
|
||||
|
||||
va_start(args, fpath_fmt);
|
||||
vsnprintf(fpath_tmp, sizeof(fpath_tmp), fpath_fmt, args);
|
||||
va_end(args);
|
||||
|
||||
if (!file_exists(fpath_tmp))
|
||||
goto out;
|
||||
|
||||
fd = open(fpath_tmp, O_RDONLY);
|
||||
if (fd < 0)
|
||||
goto out;
|
||||
|
||||
ret = read(fd, buff, sizeof(buff));
|
||||
if (ret < 0)
|
||||
goto close;
|
||||
|
||||
ret = strtol(buff, (char **)NULL, 10);
|
||||
debug_msg("fpath = %s, pid = %d", fpath_tmp, ret);
|
||||
|
||||
close:
|
||||
close(fd);
|
||||
out:
|
||||
return ret;
|
||||
}
|
||||
|
||||
int file_read_string(const char *fpath, char *buff, int buff_len)
|
||||
{
|
||||
int fd, ret = 0;
|
||||
|
||||
if (!file_exists(fpath))
|
||||
goto out;
|
||||
|
||||
fd = open(fpath, O_RDONLY);
|
||||
if (fd < 0)
|
||||
goto out;
|
||||
|
||||
ret = read(fd, buff, buff_len);
|
||||
if (ret < 0)
|
||||
goto close;
|
||||
|
||||
if (ret > 0)
|
||||
buff[ret - 1] = '\0';
|
||||
|
||||
debug_msg("fpath = %s, string = %s", fpath, buff);
|
||||
|
||||
close:
|
||||
close(fd);
|
||||
out:
|
||||
return ret;
|
||||
}
|
||||
|
||||
int file_delete(const char *fpath)
|
||||
{
|
||||
if (!fpath)
|
||||
return 0;
|
||||
|
||||
debug_msg("%s", fpath);
|
||||
return unlink(fpath);
|
||||
}
|
||||
|
||||
int file_create_dir(const char *fpath)
|
||||
{
|
||||
char *last_slash = NULL, *fpath_edit = NULL;
|
||||
int ret = -1;
|
||||
|
||||
debug_msg("dir = %s", fpath);
|
||||
|
||||
if (fpath[strlen(fpath) - 1] != '/') {
|
||||
fpath_edit = malloc(strlen(fpath) + 1);
|
||||
if (!fpath_edit)
|
||||
return -1;
|
||||
|
||||
strncpy(fpath_edit, fpath, strlen(fpath) + 1);
|
||||
fpath_edit[strlen(fpath)] = '\0';
|
||||
|
||||
last_slash = strrchr(fpath_edit, '/');
|
||||
|
||||
/* not a single slash in the string ? */
|
||||
if (!last_slash)
|
||||
goto out;
|
||||
|
||||
*last_slash = '\0';
|
||||
fpath = fpath_edit;
|
||||
}
|
||||
|
||||
debug_msg("mkdir = %s", fpath);
|
||||
ret = mkdir(fpath, 0777);
|
||||
out:
|
||||
free(fpath_edit);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
int file_write_int(int val, const char *fpath_fmt, ...)
|
||||
{
|
||||
int fd;
|
||||
va_list args;
|
||||
char buff[10], buff_len;
|
||||
|
||||
if (!fpath_fmt)
|
||||
goto out;
|
||||
|
||||
va_start(args, fpath_fmt);
|
||||
vsnprintf(fpath_tmp, sizeof(fpath_tmp), fpath_fmt, args);
|
||||
va_end(args);
|
||||
|
||||
debug_msg("fpath = %s, int = %i", fpath_tmp, val);
|
||||
|
||||
buff_len = sprintf(buff, "%i\n", val);
|
||||
|
||||
fd = open(fpath_tmp, O_CREAT | O_WRONLY | O_TRUNC, MODE);
|
||||
if (fd < 0) {
|
||||
debug_msg("Error - can't open file '%s' to write pid: %s",
|
||||
fpath_tmp, strerror(errno));
|
||||
goto error;
|
||||
}
|
||||
|
||||
write(fd, buff, buff_len);
|
||||
close(fd);
|
||||
return 1;
|
||||
|
||||
out:
|
||||
return 0;
|
||||
error:
|
||||
return -1;
|
||||
}
|
||||
|
||||
int file_write_string(const char *fpath, const char *string)
|
||||
{
|
||||
int fd;
|
||||
|
||||
if (!fpath)
|
||||
goto out;
|
||||
|
||||
debug_msg("fpath = %s, string = '%s'", fpath, string);
|
||||
|
||||
fd = open(fpath, O_CREAT | O_WRONLY | O_TRUNC, MODE);
|
||||
if (fd < 0) {
|
||||
debug_msg("Error - can't open file '%s' to write string: %s",
|
||||
fpath, strerror(errno));
|
||||
goto error;
|
||||
}
|
||||
|
||||
write(fd, string, strlen(string));
|
||||
close(fd);
|
||||
return 1;
|
||||
|
||||
out:
|
||||
return 0;
|
||||
error:
|
||||
return -1;
|
||||
}
|
||||
|
||||
int file_append_string(const char *fpath, const char *string_fmt, ...)
|
||||
{
|
||||
va_list args;
|
||||
char string[100];
|
||||
int fd;
|
||||
|
||||
if (!fpath)
|
||||
goto out;
|
||||
|
||||
debug_msg("string_fmt = %s", string_fmt);
|
||||
|
||||
va_start(args, string_fmt);
|
||||
vsnprintf(string, sizeof(string), string_fmt, args);
|
||||
string[sizeof(string)-1] = '\0';
|
||||
va_end(args);
|
||||
debug_msg("fpath = %s, string = %s", fpath, string);
|
||||
|
||||
fd = open(fpath, O_CREAT | O_WRONLY | O_APPEND, MODE);
|
||||
if (fd < 0) {
|
||||
debug_msg("Error - can't open file '%s' to append string: '%s'",
|
||||
fpath, strerror(errno));
|
||||
goto error;
|
||||
}
|
||||
|
||||
write(fd, string, strlen(string));
|
||||
close(fd);
|
||||
return 1;
|
||||
|
||||
out:
|
||||
return 0;
|
||||
error:
|
||||
return -1;
|
||||
}
|
||||
|
||||
char *file_find_line(const char *fpath, const char *string)
|
||||
{
|
||||
char *line_ptr = NULL, *ptr;
|
||||
FILE *fd;
|
||||
size_t len = 0;
|
||||
|
||||
debug_msg("fpath = %s, string = %s", fpath, string);
|
||||
|
||||
if (!fpath)
|
||||
goto out;
|
||||
|
||||
if (!string)
|
||||
goto out;
|
||||
|
||||
fd = fopen(fpath, "r");
|
||||
if (!fd)
|
||||
goto out;
|
||||
|
||||
while (getline(&line_ptr, &len, fd) != -1) {
|
||||
ptr = strcasestr(line_ptr, string);
|
||||
|
||||
if (!ptr)
|
||||
continue;
|
||||
|
||||
goto found;
|
||||
}
|
||||
|
||||
free(line_ptr);
|
||||
fclose(fd);
|
||||
out:
|
||||
return NULL;
|
||||
|
||||
found:
|
||||
fclose(fd);
|
||||
return line_ptr;
|
||||
}
|
||||
|
||||
int file_read_symlink_target(const char *fpath, char *buff, int buff_len)
|
||||
{
|
||||
int ret;
|
||||
|
||||
if (!file_is_symlink(fpath))
|
||||
return -1;
|
||||
|
||||
memset(buff, 0, buff_len);
|
||||
ret = readlink(fpath, buff, buff_len);
|
||||
if (ret < 0)
|
||||
return ret;
|
||||
|
||||
debug_msg("file %s links to %s", fpath, buff);
|
||||
return 0;
|
||||
}
|
||||
|
||||
int file_delete_symlink_target(const char *fpath)
|
||||
{
|
||||
int ret;
|
||||
char path_buff[100];
|
||||
|
||||
ret = file_read_symlink_target(fpath, path_buff, sizeof(path_buff));
|
||||
if (ret < 0)
|
||||
return ret;
|
||||
|
||||
debug_msg("file %s", path_buff);
|
||||
return file_delete(path_buff);
|
||||
}
|
||||
|
||||
int file_is_directory(const char *fpath)
|
||||
{
|
||||
int ret;
|
||||
struct stat st;
|
||||
|
||||
ret = lstat(fpath, &st);
|
||||
if (ret != 0)
|
||||
return 0;
|
||||
|
||||
debug_msg("fpath = %s, is_directory = %d", fpath, S_ISDIR(st.st_mode));
|
||||
return S_ISDIR(st.st_mode);
|
||||
}
|
||||
|
||||
int file_read_bin(const char *fpath, unsigned char **buff,
|
||||
unsigned int offset, unsigned int length)
|
||||
{
|
||||
int fd, ret = 0;
|
||||
|
||||
if (!file_exists(fpath))
|
||||
goto out;
|
||||
|
||||
fd = open(fpath, O_RDONLY);
|
||||
if (fd < 0)
|
||||
goto out;
|
||||
|
||||
*buff = malloc(length + 1);
|
||||
if (!*buff)
|
||||
goto close;
|
||||
|
||||
lseek(fd, offset, SEEK_SET);
|
||||
|
||||
ret = read(fd, *buff, length);
|
||||
if (ret < 0)
|
||||
goto close;
|
||||
|
||||
/*if (ret > 1)
|
||||
*buff[ret - 1] = '\0';*/
|
||||
debug_msg("fpath = %s, offset = %u, length = %u", fpath, offset,
|
||||
length);
|
||||
|
||||
close:
|
||||
close(fd);
|
||||
out:
|
||||
return ret;
|
||||
}
|
||||
|
||||
unsigned int file_mtd_size_get(const char *fpath)
|
||||
{
|
||||
mtd_info_t mtd_info;
|
||||
unsigned int res = 0;
|
||||
int fd, ret;
|
||||
|
||||
debug_msg("fpath = %s", fpath);
|
||||
|
||||
if (!fpath)
|
||||
goto out;
|
||||
|
||||
fd = open(fpath, O_RDONLY);
|
||||
if (fd < 0)
|
||||
goto out;
|
||||
|
||||
ret = ioctl(fd, MEMGETINFO, &mtd_info);
|
||||
if (ret < 0)
|
||||
goto out_close;
|
||||
|
||||
res = mtd_info.size;
|
||||
|
||||
out_close:
|
||||
close(fd);
|
||||
out:
|
||||
return res;
|
||||
}
|
||||
|
||||
int file_mtd_write(const char *fpath, unsigned char *buff, unsigned int buff_len)
|
||||
{
|
||||
mtd_info_t mtd_info;
|
||||
erase_info_t ei;
|
||||
unsigned int res = 0;
|
||||
int fd, ret;
|
||||
|
||||
debug_msg("fpath = %s", fpath);
|
||||
|
||||
if (!fpath)
|
||||
goto out;
|
||||
|
||||
fd = open(fpath, O_RDWR);
|
||||
if (fd < 0)
|
||||
goto out;
|
||||
|
||||
ret = ioctl(fd, MEMGETINFO, &mtd_info);
|
||||
if (ret < 0)
|
||||
goto out_close;
|
||||
|
||||
ei.length = mtd_info.erasesize;
|
||||
|
||||
for (ei.start = 0; ei.start < mtd_info.size; ei.start += mtd_info.erasesize) {
|
||||
ioctl(fd, MEMUNLOCK, &ei);
|
||||
ioctl(fd, MEMERASE, &ei);
|
||||
}
|
||||
|
||||
res = write(fd, buff, buff_len);
|
||||
|
||||
out_close:
|
||||
close(fd);
|
||||
out:
|
||||
return res;
|
||||
}
|
||||
|
||||
int file_truncr_to_sep(const char *fpath, char *separator)
|
||||
{
|
||||
int fd, read_len;
|
||||
FILE *fd_tmp;
|
||||
char *line_ptr = NULL;
|
||||
size_t line_len = 0, trunc_len = 0, trunc_len_tmp = 0;
|
||||
|
||||
debug_msg("fpath = %s, separator = %s", fpath, separator);
|
||||
|
||||
fd_tmp = fopen(fpath, "r");
|
||||
if (!fd_tmp)
|
||||
goto write_sep;
|
||||
|
||||
while ((read_len = getline(&line_ptr, &line_len, fd_tmp)) != -1) {
|
||||
|
||||
if (strncmp(line_ptr, separator, strlen(separator)) == 0) {
|
||||
trunc_len += trunc_len_tmp;
|
||||
trunc_len_tmp = 0;
|
||||
}
|
||||
|
||||
trunc_len_tmp += read_len;
|
||||
}
|
||||
|
||||
fclose(fd_tmp);
|
||||
free(line_ptr);
|
||||
|
||||
write_sep:
|
||||
fd = open(fpath, O_RDWR | O_CREAT, MODE);
|
||||
if (fd < 0)
|
||||
return -1;
|
||||
|
||||
ftruncate(fd, trunc_len);
|
||||
lseek(fd, trunc_len, SEEK_SET);
|
||||
dprintf(fd, "%s\n", separator);
|
||||
|
||||
return fd;
|
||||
}
|
||||
|
||||
int file_extract_int(const char *fpath)
|
||||
{
|
||||
char buff[16], *ptr;
|
||||
int ret = 0;
|
||||
|
||||
if (!file_exists(fpath))
|
||||
goto out;
|
||||
|
||||
file_read_string(fpath, buff, sizeof(buff));
|
||||
|
||||
ptr = strpbrk(buff, "0123456789");
|
||||
if (!ptr)
|
||||
ptr = buff;
|
||||
|
||||
ret = strtol(ptr, (char **)NULL, 10);
|
||||
debug_msg("fpath = %s, int = %d", fpath, ret);
|
||||
|
||||
out:
|
||||
return ret;
|
||||
}
|
||||
|
||||
int file_append_int(const char *fpath, int value)
|
||||
{
|
||||
int fd;
|
||||
char buff[10], buff_len;
|
||||
|
||||
if (!fpath)
|
||||
goto out;
|
||||
|
||||
buff_len = sprintf(buff, "%i\n", value);
|
||||
|
||||
fd = open(fpath, O_CREAT | O_WRONLY | O_APPEND, MODE);
|
||||
if (fd < 0) {
|
||||
debug_msg("Error - can't open file '%s' to append string: %s",
|
||||
fpath, strerror(errno));
|
||||
goto error;
|
||||
}
|
||||
|
||||
write(fd, buff, buff_len);
|
||||
close(fd);
|
||||
return 1;
|
||||
|
||||
out:
|
||||
return 0;
|
||||
error:
|
||||
return -1;
|
||||
}
|
@ -1,26 +0,0 @@
|
||||
|
||||
|
||||
int file_trunc_to_zero(const char *fpath);
|
||||
int file_exists(const char *fpath);
|
||||
int file_is_symlink(const char *fpath);
|
||||
int file_size(const char *fpath);
|
||||
int file_create_symlink(const char *file_path, const char *link_path);
|
||||
int file_read_int(const char *fpath_fmt, ...);
|
||||
int file_read_string(const char *fpath, char *buff, int buff_len);
|
||||
int file_delete(const char *fpath);
|
||||
int file_read_symlink_target(const char *fpath, char *buff, int buff_len);
|
||||
int file_delete_symlink_target(const char *fpath);
|
||||
int file_create_dir(const char *fpath);
|
||||
int file_write_int(int val, const char *fpath_fmt, ...);
|
||||
int file_write_string(const char *fpath, const char *string);
|
||||
int file_append_string(const char *fpath, const char *string_fmt, ...);
|
||||
char *file_find_line(const char *fpath, const char *string);
|
||||
int file_is_directory(const char *fpath);
|
||||
int file_read_bin(const char *fpath, unsigned char **buff,
|
||||
unsigned int offset, unsigned int length);
|
||||
unsigned int file_mtd_size_get(const char *fpath);
|
||||
int file_mtd_write(const char *fpath, unsigned char *buff,
|
||||
unsigned int buff_len);
|
||||
int file_truncr_to_sep(const char *fpath, char *separator);
|
||||
int file_append_int(const char *fpath, int value);
|
||||
int file_extract_int(const char *fpath);
|
@ -1,8 +1,3 @@
|
||||
//
|
||||
// Copyright 2020 Staysail Systems, Inc. <info@staysail.tech>
|
||||
// Copyright 2018 Capitar IT Group BV <info@capitar.com>
|
||||
// Copyright 2019 Devolutions <info@devolutions.net>
|
||||
//
|
||||
// This software is supplied under the terms of the MIT License, a
|
||||
// copy of which should be located in the distribution where this
|
||||
// file was obtained (LICENSE.txt). A copy of the license may also be
|
||||
|
@ -1,3 +1,12 @@
|
||||
//
|
||||
// Copyright 2020 NanoMQ Team, Inc. <jaylin@emqx.io>
|
||||
//
|
||||
// This software is supplied under the terms of the MIT License, a
|
||||
// copy of which should be located in the distribution where this
|
||||
// file was obtained (LICENSE.txt). A copy of the license may also be
|
||||
// found online at https://opensource.org/licenses/MIT.
|
||||
//
|
||||
|
||||
#include "include/apps.h"
|
||||
#include "include/version.h"
|
||||
#include "include/process.h"
|
||||
|
@ -1,3 +1,11 @@
|
||||
//
|
||||
// Copyright 2020 NanoMQ Team, Inc. <jaylin@emqx.io>
|
||||
//
|
||||
// This software is supplied under the terms of the MIT License, a
|
||||
// copy of which should be located in the distribution where this
|
||||
// file was obtained (LICENSE.txt). A copy of the license may also be
|
||||
// found online at https://opensource.org/licenses/MIT.
|
||||
//
|
||||
|
||||
#include "include/nanomq.h"
|
||||
|
||||
|
@ -1,6 +1,11 @@
|
||||
/**
|
||||
* Created by Alvin on 2020/7/25.
|
||||
*/
|
||||
//
|
||||
// Copyright 2020 NanoMQ Team, Inc. <jaylin@emqx.io>
|
||||
//
|
||||
// This software is supplied under the terms of the MIT License, a
|
||||
// copy of which should be located in the distribution where this
|
||||
// file was obtained (LICENSE.txt). A copy of the license may also be
|
||||
// found online at https://opensource.org/licenses/MIT.
|
||||
//
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -1,3 +1,11 @@
|
||||
//
|
||||
// Copyright 2020 NanoMQ Team, Inc. <jaylin@emqx.io>
|
||||
//
|
||||
// This software is supplied under the terms of the MIT License, a
|
||||
// copy of which should be located in the distribution where this
|
||||
// file was obtained (LICENSE.txt). A copy of the license may also be
|
||||
// found online at https://opensource.org/licenses/MIT.
|
||||
//
|
||||
#include <nng.h>
|
||||
#include <nanolib.h>
|
||||
#include <protocol/mqtt/mqtt_parser.h>
|
||||
|
@ -1,3 +1,11 @@
|
||||
//
|
||||
// Copyright 2020 NanoMQ Team, Inc. <jaylin@emqx.io>
|
||||
//
|
||||
// This software is supplied under the terms of the MIT License, a
|
||||
// copy of which should be located in the distribution where this
|
||||
// file was obtained (LICENSE.txt). A copy of the license may also be
|
||||
// found online at https://opensource.org/licenses/MIT.
|
||||
//
|
||||
#include <nng.h>
|
||||
#include <nanolib.h>
|
||||
#include <protocol/mqtt/mqtt_parser.h>
|
||||
|
201
nng/LICENSE
201
nng/LICENSE
@ -1,201 +0,0 @@
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "{}"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright {yyyy} {name of copyright owner}
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
@ -1,4 +1,4 @@
|
||||
|
||||
#Not finish yet
|
||||
include config.mk
|
||||
export EMQ_DEBUG=
|
||||
|
||||
|
@ -1,6 +1,11 @@
|
||||
/*
|
||||
TODO rewrite whole file
|
||||
*/
|
||||
//
|
||||
// Copyright 2020 NanoMQ Team, Inc. <jaylin@emqx.io>
|
||||
//
|
||||
// This software is supplied under the terms of the MIT License, a
|
||||
// copy of which should be located in the distribution where this
|
||||
// file was obtained (LICENSE.txt). A copy of the license may also be
|
||||
// found online at https://opensource.org/licenses/MIT.
|
||||
//
|
||||
|
||||
#ifndef MQTT_PROTOCOL_H
|
||||
#define MQTT_PROTOCOL_H
|
||||
|
@ -1,6 +1,5 @@
|
||||
//
|
||||
// Copyright 2020 Staysail Systems, Inc. <info@staysail.tech>
|
||||
// Copyright 2018 Capitar IT Group BV <info@capitar.com>
|
||||
// Copyright 2020 NanoMQ Team, Inc. <jaylin@emqx.io>
|
||||
//
|
||||
// This software is supplied under the terms of the MIT License, a
|
||||
// copy of which should be located in the distribution where this
|
||||
|
@ -1,13 +1,11 @@
|
||||
/***
|
||||
* Jaylin
|
||||
* EMQ
|
||||
*
|
||||
*
|
||||
*
|
||||
*
|
||||
* MIT
|
||||
*
|
||||
**/
|
||||
//
|
||||
// Copyright 2020 NanoMQ Team, Inc. <jaylin@emqx.io>
|
||||
//
|
||||
// This software is supplied under the terms of the MIT License, a
|
||||
// copy of which should be located in the distribution where this
|
||||
// file was obtained (LICENSE.txt). A copy of the license may also be
|
||||
// found online at https://opensource.org/licenses/MIT.
|
||||
//
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
@ -1,5 +1,10 @@
|
||||
//
|
||||
// 2020 Jaylin EMQX
|
||||
// Copyright 2020 NanoMQ Team, Inc. <jaylin@emqx.io>
|
||||
//
|
||||
// This software is supplied under the terms of the MIT License, a
|
||||
// copy of which should be located in the distribution where this
|
||||
// file was obtained (LICENSE.txt). A copy of the license may also be
|
||||
// found online at https://opensource.org/licenses/MIT.
|
||||
//
|
||||
|
||||
#include <string.h>
|
||||
|
Reference in New Issue
Block a user