Xiang Xiao
aa99d267b7
Change the private default signal number to 32
...
and remove the unused private signal number macro
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-04-05 03:38:24 -07:00
Petro Karashchenko
6833a8c0cc
netutils/pppd: fix indentations in ppp.h
...
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
2023-03-26 08:33:05 -06:00
chao an
b3cfcee47d
netutils/iperf: guaranteed precision before division
...
Iperf test on photon/wlan
Before:
0.00- 1.08 sec 65536 Bytes 0.00 Mbits/sec
After:
0.00- 1.04 sec 74970 Bytes 0.58 Mbits/sec
Signed-off-by: chao an <anchao@xiaomi.com>
2023-03-22 11:47:01 -03:00
Zhe Weng
86d084fe21
netutils/ftpc: Cancel wdog on error state in ftpc_reconnect.
...
The timer is for connect timeout, but is not cancelled on connect error,
then it may be triggered after ftpc quit and cause heap-use-after-free.
Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
2023-03-21 20:40:38 -03:00
simbit18
d3c3a6ebe0
apps/netutils/xmlrpc/Make.defs: fix nxstyle
...
Add missing first line header
2023-03-20 14:17:07 +01:00
simbit18
7560a5e80d
apps/netutils/webserver/Make.defs: fix nxstyle
...
Add missing first line header
2023-03-20 14:17:07 +01:00
simbit18
79b72c0302
apps/netutils/webclient/Make.defs: fix nxstyle
...
Add missing first line header
2023-03-20 14:17:07 +01:00
simbit18
b2f1ab31c7
apps/netutils/thttpd/Make.defs: fix nxstyle
...
Add missing first line header
2023-03-20 14:17:07 +01:00
simbit18
b2d24f7688
apps/netutils/tftpc/Make.defs: fix nxstyle
...
Add missing first line header
2023-03-20 14:17:07 +01:00
simbit18
98a1618202
apps/netutils/telnetd/Make.defs: fix nxstyle
...
Add missing first line header
2023-03-20 14:17:07 +01:00
simbit18
4b401d95b1
apps/netutils/telnetc/Make.defs: fix nxstyle
...
Add missing first line header
2023-03-20 14:17:07 +01:00
simbit18
17103a6b3d
apps/netutils/smtp/Make.defs: fix nxstyle
...
Add missing first line header
2023-03-20 14:17:07 +01:00
simbit18
27a17df69d
apps/netutils/rexecd/Make.defs: fix nxstyle
...
Add missing first line header
2023-03-20 14:17:07 +01:00
simbit18
19d6f40767
apps/netutils/rexec/Make.defs: fix nxstyle
...
Add missing first line header
2023-03-20 14:17:07 +01:00
simbit18
af4e177722
apps/netutils/pppd/Make.defs: fix nxstyle
...
Add missing first line header
2023-03-20 14:17:07 +01:00
simbit18
257719d65a
apps/netutils/ntpclient/Make.defs: fix nxstyle
...
Add missing first line header
2023-03-20 14:17:07 +01:00
simbit18
804762c72d
apps/netutils/netlib/Make.defs: fix nxstyle
...
Add missing first line header
2023-03-20 14:17:07 +01:00
simbit18
e1357fa6c9
apps/netutils/netinit/Make.defs: fix nxstyle
...
Add missing first line header
2023-03-20 14:17:07 +01:00
simbit18
6529e74326
apps/netutils/libcurl4nx/Make.defs: fix nxstyle
...
Add missing first line header
2023-03-20 14:17:07 +01:00
simbit18
2c2577fc75
apps/netutils/ftpd/Make.defs: nxstyle
...
Add missing first line header
2023-03-20 14:17:07 +01:00
simbit18
8bc93e07ce
apps/netutils/ftpc/Make.defs: fix nxstyle
...
Add missing first line header
2023-03-20 14:17:07 +01:00
simbit18
a75dd4be40
apps/netutils/esp8266/Make.defs: fix nxstyle
...
Add missing first line header
2023-03-20 14:17:07 +01:00
simbit18
cf0ee4354c
apps/netutils/discover/Make.defs: fix nxstyle
...
Add missing first line header
2023-03-20 14:17:07 +01:00
simbit18
585d0e083b
apps/netutils/dhcpd/Make.defs: fix nxstyle
...
Add missing first line header
2023-03-20 14:17:07 +01:00
simbit18
5137e6f3db
apps/netutils/dhcpc/Make.defs: fix nxstyle
...
Add missing first line header
2023-03-20 14:17:07 +01:00
simbit18
5736d2adfd
apps/netutils/dhcp6c/Make.defs: fix nxstyle
...
Add missing first line header
2023-03-20 14:17:07 +01:00
simbit18
6978a65293
apps/netutils/codecs/Make.defs: fix nxstyle
...
Add missing first line header
2023-03-20 14:17:07 +01:00
jturnsek
b67b56111a
Using poll instead of epoll by default
2023-03-10 14:59:16 +08:00
jturnsek
b13f70ca59
Nng library and pubsub example
2023-03-08 10:49:13 +08:00
Gustavo Henrique Nihei
f500c64962
Include missing headers throughout the repository
...
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
2023-03-07 09:58:13 +08:00
Xiang Xiao
21bc466a2b
Remove the tail space char from all files
...
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-03-03 00:18:36 +02:00
zhangyuan21
5e4c4d7393
netutils/dhcpd: fixed simusb build issue
...
define dhcpd_arpupdate when CONFIG_NETUTILS_DHCPD_IGNOREBROADCAST undef
Signed-off-by: zhangyuan21 <zhangyuan21@xiaomi.com>
2023-03-01 21:25:31 +08:00
lilei19
41f60bd669
change strcpy to strlcpy
...
Change-Id: I8b9429a3c225a82842fce136bdb14b8b135066d3
Signed-off-by: lilei19 <lilei19@xiaomi.com>
2023-02-22 23:09:55 +08:00
Alan Carvalho de Assis
38eec3f0f0
netinit: Improve WiFi configuration
...
The current WiFi configuration expects user to look at symbols in
the wireless headers to configure it. This patch will improve it.
Notice that even those symbols that are bitfields are not allowed
to have more than 1 bit set at time.
2023-02-17 16:21:49 +08:00
zhanghongyu
96956ba83c
dhcpc: under STATE_HAVE_OFFER, dont send DECLINE when offer from same server
...
Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2023-02-11 14:37:19 +08:00
Nathan Hartman
8e77b79f78
Kconfig: Make indent consistent with TABS
2023-02-10 14:11:48 +08:00
chao an
42d34fcef3
build/Kconfig: fix warnings detected by kconfiglib
...
Signed-off-by: chao an <anchao@xiaomi.com>
2023-02-09 19:45:36 +08:00
chao an
8ad4ae5508
net: fix compiler warning
...
sixlowpan_assocresp.c: In function ‘sixlowpan_assoc_resp’:
sixlowpan_assocresp.c:48:3: warning: ‘strncpy’ specified bound 16 equals destination size [-Wstringop-truncation]
48 | strncpy(arg.ifr_name, ifname, IFNAMSIZ);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Signed-off-by: chao an <anchao@xiaomi.com>
2023-02-08 00:35:39 +08:00
Xiang Xiao
a29d9ea9da
fsutils/examples: Include unistd.h explicitly
...
to get the prototypes or macros are defined in it
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-02-05 08:46:59 +02:00
Gustavo Henrique Nihei
b0da60e498
apps: Use MIN/MAX definitions from "sys/param.h"
...
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
2023-02-02 00:35:14 +02:00
haopengxiang
f4e29f376d
netutils/cjson: fix unpackage error when local gerrit does not exist
...
Signed-off-by: haopengxiang <haopengxiang@xiaomi.com>
2023-01-31 22:21:41 +02:00
haopengxiang
5a9529185f
netutils/cjson: change cjson unpackname to cJSON
...
Signed-off-by: haopengxiang <haopengxiang@xiaomi.com>
2023-01-29 20:42:26 +08:00
caofuqi1
248a9f772b
netutils/cjson: Enable cjson test
2023-01-26 08:12:19 +02:00
梁超众
fb638a13cc
remove userspace usrsock rpmsg client/server
...
Signed-off-by: 梁超众 <liangchaozhong@xiaomi.com>
2023-01-11 18:11:02 +08:00
田昕
2b2c4805a4
netutils/dhcpc:fix dhcp hostname len error in dhcpc_sendmsg
...
Signed-off-by: 田昕 <tianxin7@xiaomi.com>
2023-01-10 21:52:31 +08:00
Zhe Weng
2ad05e3062
ifconfig: Support prefixlen/CIDR for IPv6
...
Linux:
ifconfig eth0 [inet6] add 2022::2/96
FreeBSD:
ifconfig eth0 inet6 2022::2/96
ifconfig eth0 inet6 2022::2 prefixlen 96
NuttX newly supported:
ifconfig eth0 inet6 [add] 2022::2/96
ifconfig eth0 inet6 [add] 2022::2 prefixlen 96
Ref:
https://man7.org/linux/man-pages/man8/ifconfig.8.html
https://www.freebsd.org/cgi/man.cgi?ifconfig
Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
2022-12-29 17:33:59 +08:00
Zhe Weng
64f9dc100c
netutils: Add iptables in netlib.
...
Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
2022-12-29 14:26:41 +08:00
Xiang Xiao
d1e46c2d3e
compiler.h: Add _ between format|printf|syslog|scanf|strftime and like
...
align with other macro naming style
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-12-21 01:05:12 +02:00
Xiang Xiao
cfc005a460
arp: Remove the unnecessary inclusion of nuttx/net/arp
...
and change the remain inclusion to netinet/arp.h
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-12-16 22:11:10 +02:00
zhanghongyu
c7e8ade590
arp: change arptable get struct from arp_entry_s to arpreq
...
Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2022-12-14 21:19:37 +08:00