/AliOS-Things-master/components/py_engine/tests/haas/HaaS100/python-apps/wifi/ |
A D | main.py | 15 net = network.NetWorkClient() variable 16 connected = net.getStatus() 24 net.on(1,on_wifi_connected) 26 net.connect({'ssid':sys.argv[1],'password':sys.argv[2]}) 28 net.connect("KIDS","12345678") 37 if net.getStatus() == 5 : 38 print('DeviceIP:' + net.getInfo()['IP'])
|
/AliOS-Things-master/components/py_engine/tests/haas/HaaS200/python-apps/wifi/ |
A D | main.py | 15 net = network.NetWorkClient() variable 16 connected = net.getStatus() 24 net.on(1,on_wifi_connected) 26 net.connect({'ssid':sys.argv[1],'password':sys.argv[2]}) 28 net.connect("KIDS","12345678") 37 if net.getStatus() == 5 : 38 print('DeviceIP:' + net.getInfo()['IP'])
|
/AliOS-Things-master/components/py_engine/tests/haas/HaaSEdu/python-apps/wifi/ |
A D | main.py | 15 net = network.NetWorkClient() variable 16 connected = net.getStatus() 24 net.on(1,on_wifi_connected) 26 net.connect({'ssid':sys.argv[1],'password':sys.argv[2]}) 28 net.connect("KIDS","12345678") 37 if net.getStatus() == 5 : 38 print('DeviceIP:' + net.getInfo()['IP'])
|
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/ |
A D | shell.c | 66 } net = { variable 368 net.net_idx = net_idx, net.local = addr; in prov_complete() 376 net.net_idx = net_idx, net.local = addr; in genie_prov_complete_notify() 1048 printf("Destination address: 0x%04x%s\n", net.dst, net.dst == net.local ? " (local)" : ""); in cmd_dst() 1053 net.dst = net.local; in cmd_dst() 2718 err = bt_mesh_health_fault_clear(net.net_idx, net.dst, net.app_idx, cid, NULL, NULL, NULL); in cmd_fault_clear_unack() 2767 err = bt_mesh_health_fault_test(net.net_idx, net.dst, net.app_idx, cid, test_id, NULL, NULL); in cmd_fault_test_unack() 2781 err = bt_mesh_health_period_get(net.net_idx, net.dst, net.app_idx, &divisor); in cmd_period_get() 2825 err = bt_mesh_health_period_set(net.net_idx, net.dst, net.app_idx, divisor, NULL); in cmd_period_set_unack() 2839 err = bt_mesh_health_attention_get(net.net_idx, net.dst, net.app_idx, &attention); in cmd_attention_get() [all …]
|
/AliOS-Things-master/components/py_engine/tests/wipy/wlan/ |
A D | wlan.py | 46 for net in scan_r: 47 if net.ssid == testconfig.wlan_ssid: 49 print(len(net.bssid) == 6) 50 print(net.channel == None) 51 print(net.sec == testconfig.wlan_auth[0]) 52 print(net.rssi < 0) 74 for net in scan_r: 75 if net.ssid == testconfig.wlan_ssid:
|
/AliOS-Things-master/components/linkkit/infra/ |
A D | infra_httpc.c | 117 ret = client->net.write(&client->net, send_buf, in _utils_fill_tx_buffer() 183 ret = client->net.write(&client->net, send_buf, len, 5000); in _http_send_header() 199 ret = client->net.write(&client->net, (char *)client_data->post_buf, in _http_send_userdata() 225 ret = client->net.read(&client->net, buf, max_len, iotx_time_left(&timer)); in _http_recv() 469 client->net.handle = 0; in httpclient_connect() 473 rc = client->net.connect(&client->net); in httpclient_connect() 475 client->net.disconnect(&client->net); in httpclient_connect() 496 if (0 == client->net.handle) { in _http_send_request() 559 if (client->net.handle > 0) { in httpclient_close() 560 client->net.disconnect(&client->net); in httpclient_close() [all …]
|
/AliOS-Things-master/components/jsoncpp/doc/ |
A D | jsoncpp.dox | 146 - <a href="https://sourceforge.net/projects/jsoncpp/">https://sourceforge.net/projects/jsoncpp/</a> 147 - <a href="http://jsoncpp.sourceforge.net">http://jsoncpp.sourceforge.net</a> 148 - <a href="http://sourceforge.net/projects/jsoncpp/files/">http://sourceforge.net/projects/jsoncpp/… 149 - <a href="http://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/">http://jsoncpp.svn.sourceforg… 150 - <a href="http://jsoncpp.sourceforge.net/old.html">http://jsoncpp.sourceforge.net/old.html</a> 158 \author Baptiste Lepilleur <blep@users.sourceforge.net> (originator)
|
/AliOS-Things-master/components/amp/test/host/ |
A D | tcpServer.js | 1 var net = require('net'); variable 6 var server = net.createServer();
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | settings.c | 163 struct net_val net; in net_set() local 172 err = mesh_x_set(read_cb, cb_arg, &net, sizeof(net)); in net_set() 179 bt_mesh_comp_provision(net.primary_addr); in net_set() 381 memcpy(sub->keys[0].net, &key.val[0], 16); in net_key_set() 382 memcpy(sub->keys[1].net, &key.val[1], 16); in net_key_set() 1058 struct net_val net; in store_pending_net() local 1063 net.primary_addr = bt_mesh_primary_addr(); in store_pending_net() 1064 memcpy(net.dev_key, bt_mesh.dev_key, 16); in store_pending_net() 1066 err = settings_save_one("bt/mesh/Net", &net, sizeof(net)); in store_pending_net() 1320 memcpy(&key.val[0], sub->keys[0].net, 16); in store_net_key() [all …]
|
A D | provisioner_main.c | 346 BT_DBG("netkey: %s, nid: 0x%x", bt_hex(sub->keys[0].net, 16), sub->keys[0].nid); in provisioner_upper_init() 377 return sub->keys[1].net; in provisioner_net_key_get() 380 …"return netkey: %02x, %02x, %02x, %02x", sub->keys[0].net[0], sub->keys[0].net[1], sub->keys[0].ne… in provisioner_net_key_get() 381 sub->keys[0].net[3]); in provisioner_net_key_get() 382 return sub->keys[0].net; in provisioner_net_key_get() 791 …if (sub->subnet_active && (!memcmp(sub->keys[0].net, net_key, 16) || !memcmp(sub->keys[1].net, net… in provisioner_check_net_key() 1139 return sub->keys[1].net; in bt_mesh_provisioner_local_net_key_get() 1142 return sub->keys[0].net; in bt_mesh_provisioner_local_net_key_get() 1417 *status = provisioner_temp_prov_set_net_idx(key->net, sub->net_idx); in bt_mesh_temp_prov_net_idx_set()
|
/AliOS-Things-master/components/jsoncpp/ |
A D | AUTHORS | 1 Baptiste Lepilleur <blep@users.sourceforge.net> 58 Iñaki Baz Castillo <ibc@aliax.net> 59 Jacco <jacco@geul.net> 70 Malay Shah <malays@users.sourceforge.net> 106 Techwolf <dring@g33kworld.net>
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | pkt_print.c | 163 DBG_NET_E net; member 251 void lwip_pkt_print(char* note_ptr, void *buf, void* net) in lwip_pkt_print() argument 257 struct netif *netif = (struct netif *) net; in lwip_pkt_print() 301 dbg_pkt_info.net = NL_IP4; in lwip_pkt_print() 428 if(dbg_pkt_info.net == NL_IP4) in lwip_pkt_print() 445 type_ptr = s_net_type[dbg_pkt_info.net]; in lwip_pkt_print() 448 switch( dbg_pkt_info.net ) { in lwip_pkt_print()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | ANNOUNCE | 44 Send comments/corrections/commendations to png-mng-implement at lists.sf.net. 46 https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
/AliOS-Things-master/solutions/javascript_demo/agriculture_demo/ |
A D | app.js | 25 var net = network.openNetWorkClient(); variable 231 var status = net.getStatus(); 238 net.on('connect', function () {
|
/AliOS-Things-master/components/jsoncpp/test/data/ |
A D | legacy_test_string_03.expected | 1 .="http://jsoncpp.sourceforge.net/"
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | AUTHORS | 1 Andreas Schiffler <aschiffler@ferzkopp.net>
|
A D | README | 9 Email aschiffler at ferzkopp dot net to contact the author or better check 10 author's homepage at http://www.ferzkopp.net for the most up-to-date 329 - Pascal: http://www.freepascal-meets-sdl.net 332 - C#: http://cs-sdl.sourceforge.net 334 - Oberon: http://sourceforge.net/projects/sdl-for-oberon/ 358 - More fixes by Karl Bartel, karlb at gmx.net - thanks Karl. 426 Beucler, beuc at beuc.net - Thanks Sylvain. 452 at gmx dot net - thanks Jan. 461 beuc at beuc dot net - thanks Sylvain. 465 using autotools by Sylvain Beucler, beuc at beuc dot net - thanks Sylvain. [all …]
|
A D | SDL_gfx.spec | 13 Source: http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-2.0.25.tar.gz 15 Vendor: Andreas Schiffler <aschiffler at ferzkopp.net>
|
/AliOS-Things-master/solutions/qrcode_demo/ |
A D | README.md | 1 QR code net configuration sample.
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | AUTHORS | 1 Andreas Schiffler <aschiffler@ferzkopp.net>
|
/AliOS-Things-master/components/linkkit/http2/ |
A D | iotx_http2.c | 73 rv = client->net.write(&client->net, (char *)data, length, 5000); in send_callback() 109 rv = client->net.read(&client->net, (char *)buf, length, g_recv_timeout); in recv_callback() 531 if (0 == pclient->net.handle) { in http2_client_conn() 535 ret = iotx_net_init(&pclient->net, url, port, iotx_ca_crt); in http2_client_conn()
|
/AliOS-Things-master/components/jsoncpp/src/test_lib_json/ |
A D | fuzz.dict | 7 # Inspired by a dictionary by Jakub Wilk <jwilk@jwilk.net>
|
/AliOS-Things-master/components/SDL2/ |
A D | README-SDL.txt | 12 http://www.zlib.net/zlib_license.html
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/old/ |
A D | visual-basic.txt | 14 From: "Jon Caruana" <jon-net@usa.net> 68 jon-net@usa.net
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/nv_section/customparam_section/ |
A D | Makefile | 14 -Ithirdparty/bluetooth/bt_host/bt_common/include/net \
|