summaryrefslogtreecommitdiff
path: root/samples/net/echo_client/src/echo-client.c
AgeCommit message (Expand)Author
2017-02-09net: samples: Unref the buf if app data length is zeroRavi kumar Veeramally
2017-02-08net: nbuf: Add timeout to net_buf gettersJukka Rissanen
2017-02-03net: correct in*_addr parameter of net_addr_pton()Michael Scott
2017-01-27net: echo-client: Add TCP supportJukka Rissanen
2017-01-20samples: net: Fix a format issues in echo_clientTomasz Bursztyka
2017-01-19license: Replace Apache boilerplate with SPDX tagDavid B. Kinder
2017-01-13net: echo_client: Don't start sending packets if interface is not UPLuiz Augusto von Dentz
2017-01-13net: echo_client: Fix using CONFIG_NETWORKING_WITH_BTLuiz Augusto von Dentz
2017-01-02net: ip: Improve logging by adding a dedicated sys_log levelTomasz Bursztyka
2017-01-02samples/net: Fix logging format errorFlavio Santes
2016-12-21samples/net/echo_client: Add ARG_UNUSEDFlavio Santes
2016-12-16net: echo_client: Enable Bluetooth supportLuiz Augusto von Dentz
2016-12-11Remove application calls to sys_rand32_init.Marcus Shawcroft
2016-12-07net: Fix incorrect logging format specifiersJohan Hedberg
2016-12-02net: Make native IP stack the defaultJukka Rissanen
2016-12-02net: sample: Make sure echo-client is compiled by sanitycheckJukka Rissanen
2016-08-23Revert "misc: Remove generic PRINT macros from net samples"Andrew Boie
2016-08-05misc: Remove generic PRINT macros from net samplesJuan Manuel Cruz Alcaraz
2016-05-17net: apps: Add IPv4 client support to echo-clientJukka Rissanen
2016-05-17net: apps: Add TCP client support to echo-clientJukka Rissanen
2016-05-17net: apps: Quit echo-client if TCP connection failsJukka Rissanen
2016-05-17net: apps: Add TCP support to echo-client applicationJukka Rissanen
2016-04-25net: Enable TCP supportJukka Rissanen
2016-03-14net: apps: Fix connectivity between echo-server and clientJukka Rissanen
2016-03-11Bluetooth: IPSS: Move sample service to gattLuiz Augusto von Dentz
2016-03-11net: apps: Change echo-client to use common testing header fileJukka Rissanen
2016-02-23net: echo_client: Add support for BluetoothLuiz Augusto von Dentz
2016-02-23net: echo_client: Avoid using #ifdef and #ifndefLuiz Augusto von Dentz
2016-02-19net: apps: Comment out code if IPv6 ND is in useJukka Rissanen
2016-02-19net: apps: Rename application init functionJukka Rissanen
2016-02-19net: apps: Use IPv6 link local addresses in network appsJukka Rissanen
2016-02-18net: apps: Fix style issueJukka Rissanen
2016-02-17net: apps: Resend failed message once in echo-clientJukka Rissanen
2016-02-17net: apps: Disable multicast sending in echo-clientJukka Rissanen
2016-02-05net: apps: Add the non link local IPv6 address in routesJukka Rissanen
2016-02-05net: apps: Make echo-client to timeout packet receiveJukka Rissanen
2016-02-05net: apps: echo-client refactoring to work in microkernelJukka Rissanen
2016-02-05net: apps: Update echo-server and echo-client IPv6 addressRavi kumar Veeramally
2016-02-05net: apps: Modify echo-client to send data only after receptionRavi kumar Veeramally
2016-02-05net: samples: Fix echo-client compile error for microkernelJukka Rissanen
2016-02-05semaphore: Simplify task_sem_take() API familyPeter Mitsis
2016-02-05net: Refactor code to use new generic net_buf APIJukka Rissanen
2016-02-05net: Rename samples/network to samples/netJukka Rissanen