SNIC UART Interface library: Serial to Wi-Fi library for Murata TypeYD Wi-Fi module. For more information about TypeYD: http://www.murata.co.jp/products/microwave/module/lbwb1zzydz/index.html

Dependents:   SNIC-xively-jumpstart-demo SNIC-FluentLogger-example TCPEchoServer murataDemo ... more

Fork of YDwifiInterface by Takao Kishino

Files at this revision

API Documentation at this revision

Comitter:
kishino
Date:
Wed Mar 26 04:38:12 2014 +0000
Parent:
13:53e6471d5753
Child:
15:5eb637414df2
Commit message:
Added a comment of copyright.

Changed in this revision

SNIC/SNIC_Core.cpp Show annotated file Show diff for this revision Revisions of this file
SNIC/SNIC_Core.h Show annotated file Show diff for this revision Revisions of this file
SNIC/SNIC_UartCommandManager.cpp Show annotated file Show diff for this revision Revisions of this file
SNIC/SNIC_UartCommandManager.h Show annotated file Show diff for this revision Revisions of this file
SNIC/SNIC_UartMsgUtil.cpp Show annotated file Show diff for this revision Revisions of this file
SNIC/SNIC_UartMsgUtil.h Show annotated file Show diff for this revision Revisions of this file
SNIC_WifiInterface.cpp Show annotated file Show diff for this revision Revisions of this file
SNIC_WifiInterface.h Show annotated file Show diff for this revision Revisions of this file
Socket/Endpoint.cpp Show annotated file Show diff for this revision Revisions of this file
Socket/Endpoint.h Show annotated file Show diff for this revision Revisions of this file
Socket/Socket.cpp Show annotated file Show diff for this revision Revisions of this file
Socket/Socket.h Show annotated file Show diff for this revision Revisions of this file
Socket/TCPSocketConnection.cpp Show annotated file Show diff for this revision Revisions of this file
Socket/TCPSocketConnection.h Show annotated file Show diff for this revision Revisions of this file
Socket/TCPSocketServer.cpp Show annotated file Show diff for this revision Revisions of this file
Socket/TCPSocketServer.h Show annotated file Show diff for this revision Revisions of this file
Socket/UDPSocket.cpp Show annotated file Show diff for this revision Revisions of this file
Socket/UDPSocket.h Show annotated file Show diff for this revision Revisions of this file
--- a/SNIC/SNIC_Core.cpp	Tue Mar 25 02:21:11 2014 +0000
+++ b/SNIC/SNIC_Core.cpp	Wed Mar 26 04:38:12 2014 +0000
@@ -1,3 +1,15 @@
+/******************* Murata Manufacturing Co.,Ltd. 2014 *****************
+ *
+ * Filename:   SNIC_Core.cpp
+ *
+ * Purpose:    This module has implementation of internal common function for API.
+ *              
+ * $Author: kishino $
+ *
+ * $Date: 2014/03/26 $
+ *
+ * $Revision: 0.0.0.1 $
+ * ***********************************************************************/
 #include "mbed.h"
 #include "SNIC_Core.h"
 #include "SNIC_UartMsgUtil.h"
--- a/SNIC/SNIC_Core.h	Tue Mar 25 02:21:11 2014 +0000
+++ b/SNIC/SNIC_Core.h	Wed Mar 26 04:38:12 2014 +0000
@@ -1,3 +1,15 @@
+/******************* Murata Manufacturing Co.,Ltd. 2014 *****************
+ *
+ * Filename:   SNIC_Core.h
+ *
+ * Purpose:    This module has define of internal common function for API.
+ *              
+ * $Author: kishino $
+ *
+ * $Date: 2014/03/26 $
+ *
+ * $Revision: 0.0.0.1 $
+ * ***********************************************************************/
 #ifndef _SNIC_CORE_H_
 #define _SNIC_CORE_H_
 
--- a/SNIC/SNIC_UartCommandManager.cpp	Tue Mar 25 02:21:11 2014 +0000
+++ b/SNIC/SNIC_UartCommandManager.cpp	Wed Mar 26 04:38:12 2014 +0000
@@ -1,3 +1,16 @@
+/******************* Murata Manufacturing Co.,Ltd. 2014 *****************
+ *
+ * Filename:   SNIC_UartCommandManager.cpp
+ *
+ * Purpose:    This module has implementation of function for management of 
+               SNIC UART Command.
+ *              
+ * $Author: kishino $
+ *
+ * $Date: 2014/03/26 $
+ *
+ * $Revision: 0.0.0.1 $
+ * ***********************************************************************/
 #include "SNIC_UartCommandManager.h"
 #include "SNIC_Core.h"
 
--- a/SNIC/SNIC_UartCommandManager.h	Tue Mar 25 02:21:11 2014 +0000
+++ b/SNIC/SNIC_UartCommandManager.h	Wed Mar 26 04:38:12 2014 +0000
@@ -1,3 +1,16 @@
+/******************* Murata Manufacturing Co.,Ltd. 2014 *****************
+ *
+ * Filename:   SNIC_UartCommandManager.h
+ *
+ * Purpose:    This module has define of function for management of 
+               SNIC UART Command.
+ *              
+ * $Author: kishino $
+ *
+ * $Date: 2014/03/26 $
+ *
+ * $Revision: 0.0.0.1 $
+ * ***********************************************************************/
 #ifndef _SNIC_UART_COMMAND_MANAGER_H_
 #define _SNIC_UART_COMMAND_MANAGER_H_
 #include "mbed.h"
--- a/SNIC/SNIC_UartMsgUtil.cpp	Tue Mar 25 02:21:11 2014 +0000
+++ b/SNIC/SNIC_UartMsgUtil.cpp	Wed Mar 26 04:38:12 2014 +0000
@@ -1,3 +1,16 @@
+/******************* Murata Manufacturing Co.,Ltd. 2014 *****************
+ *
+ * Filename:   SNIC_UartMsgUtil.cpp
+ *
+ * Purpose:    This module has implementation of function for utilities 
+ *             of SNIC UART Command.
+ *              
+ * $Author: kishino $
+ *
+ * $Date: 2014/03/26 $
+ *
+ * $Revision: 0.0.0.1 $
+ * ***********************************************************************/
 #include "SNIC_UartMsgUtil.h"
 
 using namespace murata_wifi;
--- a/SNIC/SNIC_UartMsgUtil.h	Tue Mar 25 02:21:11 2014 +0000
+++ b/SNIC/SNIC_UartMsgUtil.h	Wed Mar 26 04:38:12 2014 +0000
@@ -1,3 +1,16 @@
+/******************* Murata Manufacturing Co.,Ltd. 2014 *****************
+ *
+ * Filename:   SNIC_UartMsgUtil.h
+ *
+ * Purpose:    This module has define of function for utilities 
+ *             of SNIC UART Command.
+ *              
+ * $Author: kishino $
+ *
+ * $Date: 2014/03/26 $
+ *
+ * $Revision: 0.0.0.1 $
+ * ***********************************************************************/
 #ifndef _SNIC_WIFI_UART_MSG_UTIL_H_
 #define _SNIC_WIFI_UART_MSG_UTILH_
 
--- a/SNIC_WifiInterface.cpp	Tue Mar 25 02:21:11 2014 +0000
+++ b/SNIC_WifiInterface.cpp	Wed Mar 26 04:38:12 2014 +0000
@@ -1,3 +1,15 @@
+/******************* Murata Manufacturing Co.,Ltd. 2014 *****************
+ *
+ * Filename:   SNIC_WifiInterface.cpp
+ *
+ * Purpose:    This module has implementation of API for SNIC UART of Wi-Fi. 
+ *              
+ * $Author: kishino $
+ *
+ * $Date: 2014/03/26 $
+ *
+ * $Revision: 0.0.0.1 $
+ * ***********************************************************************/
 #include "SNIC_WifiInterface.h"
 #include "SNIC_UartMsgUtil.h"
 
--- a/SNIC_WifiInterface.h	Tue Mar 25 02:21:11 2014 +0000
+++ b/SNIC_WifiInterface.h	Wed Mar 26 04:38:12 2014 +0000
@@ -1,3 +1,15 @@
+/******************* Murata Manufacturing Co.,Ltd. 2014 *****************
+ *
+ * Filename:   SNIC_WifiInterface.h
+ *
+ * Purpose:    This module has define of API for SNIC UART of Wi-Fi.
+ *              
+ * $Author: kishino $
+ *
+ * $Date: 2014/03/26 $
+ *
+ * $Revision: 0.0.0.1 $
+ * ***********************************************************************/
 #ifndef _SNIC_WIFIINTERFACE_H_
 #define _SNIC_WIFIINTERFACE_H_
 
--- a/Socket/Endpoint.cpp	Tue Mar 25 02:21:11 2014 +0000
+++ b/Socket/Endpoint.cpp	Wed Mar 26 04:38:12 2014 +0000
@@ -15,6 +15,18 @@
  * 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.
  */
+/******************* Murata Manufacturing Co.,Ltd. 2014 *****************
+ *
+ * Filename:   Endpoint.cpp
+ *
+ * Purpose:    This module has implementation of socket end point.
+ *              
+ * $Author: kishino $
+ *
+ * $Date: 2014/03/26 $
+ *
+ * $Revision: 0.0.0.1 $
+ * ***********************************************************************/
 #include "Socket.h"
 #include "Endpoint.h"
 #include <cstring>
--- a/Socket/Endpoint.h	Tue Mar 25 02:21:11 2014 +0000
+++ b/Socket/Endpoint.h	Wed Mar 26 04:38:12 2014 +0000
@@ -15,6 +15,18 @@
  * 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.
  */
+/******************* Murata Manufacturing Co.,Ltd. 2014 *****************
+ *
+ * Filename:   Endpoint.h
+ *
+ * Purpose:    This module has define of socket end point.
+ *              
+ * $Author: kishino $
+ *
+ * $Date: 2014/03/26 $
+ *
+ * $Revision: 0.0.0.1 $
+ * ***********************************************************************/
 #ifndef ENDPOINT_H
 #define ENDPOINT_H
 
--- a/Socket/Socket.cpp	Tue Mar 25 02:21:11 2014 +0000
+++ b/Socket/Socket.cpp	Wed Mar 26 04:38:12 2014 +0000
@@ -15,6 +15,18 @@
  * 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.
  */
+/******************* Murata Manufacturing Co.,Ltd. 2014 *****************
+ *
+ * Filename:   Socket.cpp
+ *
+ * Purpose:    This module has implementation of socket.
+ *              
+ * $Author: kishino $
+ *
+ * $Date: 2014/03/26 $
+ *
+ * $Revision: 0.0.0.1 $
+ * ***********************************************************************/
 #include "Socket.h"
 #include <cstring>
 
--- a/Socket/Socket.h	Tue Mar 25 02:21:11 2014 +0000
+++ b/Socket/Socket.h	Wed Mar 26 04:38:12 2014 +0000
@@ -15,6 +15,18 @@
  * 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.
  */
+/******************* Murata Manufacturing Co.,Ltd. 2014 *****************
+ *
+ * Filename:   Socket.h
+ *
+ * Purpose:    This module has define of socket.
+ *              
+ * $Author: kishino $
+ *
+ * $Date: 2014/03/26 $
+ *
+ * $Revision: 0.0.0.1 $
+ * ***********************************************************************/
 #ifndef SOCKET_H_
 #define SOCKET_H_
 
--- a/Socket/TCPSocketConnection.cpp	Tue Mar 25 02:21:11 2014 +0000
+++ b/Socket/TCPSocketConnection.cpp	Wed Mar 26 04:38:12 2014 +0000
@@ -15,6 +15,18 @@
  * 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.
  */
+/******************* Murata Manufacturing Co.,Ltd. 2014 *****************
+ *
+ * Filename:   TCPSocketConnection.cpp
+ *
+ * Purpose:    This module has implementation of TCP connection.
+ *              
+ * $Author: kishino $
+ *
+ * $Date: 2014/03/26 $
+ *
+ * $Revision: 0.0.0.1 $
+ * ***********************************************************************/
 #include "TCPSocketConnection.h"
 #include <cstring>
 
--- a/Socket/TCPSocketConnection.h	Tue Mar 25 02:21:11 2014 +0000
+++ b/Socket/TCPSocketConnection.h	Wed Mar 26 04:38:12 2014 +0000
@@ -15,6 +15,18 @@
  * 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.
  */
+/******************* Murata Manufacturing Co.,Ltd. 2014 *****************
+ *
+ * Filename:   TCPSocketConnection.h
+ *
+ * Purpose:    This module has define of TCP connection.
+ *              
+ * $Author: kishino $
+ *
+ * $Date: 2014/03/26 $
+ *
+ * $Revision: 0.0.0.1 $
+ * ***********************************************************************/
 
 #ifndef TCPSOCKET_H
 #define TCPSOCKET_H
--- a/Socket/TCPSocketServer.cpp	Tue Mar 25 02:21:11 2014 +0000
+++ b/Socket/TCPSocketServer.cpp	Wed Mar 26 04:38:12 2014 +0000
@@ -15,6 +15,18 @@
  * 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.
  */
+/******************* Murata Manufacturing Co.,Ltd. 2014 *****************
+ *
+ * Filename:   TCPSocketServer.cpp
+ *
+ * Purpose:    This module has implementation of TCP server.
+ *              
+ * $Author: kishino $
+ *
+ * $Date: 2014/03/26 $
+ *
+ * $Revision: 0.0.0.1 $
+ * ***********************************************************************/
 #include "TCPSocketServer.h"
 
 #include <cstring>
--- a/Socket/TCPSocketServer.h	Tue Mar 25 02:21:11 2014 +0000
+++ b/Socket/TCPSocketServer.h	Wed Mar 26 04:38:12 2014 +0000
@@ -15,6 +15,18 @@
  * 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.
  */
+/******************* Murata Manufacturing Co.,Ltd. 2014 *****************
+ *
+ * Filename:   TCPSocketServer.h
+ *
+ * Purpose:    This module has define of TCP server.
+ *              
+ * $Author: kishino $
+ *
+ * $Date: 2014/03/26 $
+ *
+ * $Revision: 0.0.0.1 $
+ * ***********************************************************************/
 #ifndef TCPSOCKETSERVER_H
 #define TCPSOCKETSERVER_H
 
--- a/Socket/UDPSocket.cpp	Tue Mar 25 02:21:11 2014 +0000
+++ b/Socket/UDPSocket.cpp	Wed Mar 26 04:38:12 2014 +0000
@@ -15,6 +15,18 @@
  * 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.
  */
+/******************* Murata Manufacturing Co.,Ltd. 2014 *****************
+ *
+ * Filename:   UDPSocket.cpp
+ *
+ * Purpose:    This module has implementation of UDP socket.
+ *              
+ * $Author: kishino $
+ *
+ * $Date: 2014/03/26 $
+ *
+ * $Revision: 0.0.0.1 $
+ * ***********************************************************************/
 
 #include "Socket/UDPSocket.h"
 
--- a/Socket/UDPSocket.h	Tue Mar 25 02:21:11 2014 +0000
+++ b/Socket/UDPSocket.h	Wed Mar 26 04:38:12 2014 +0000
@@ -15,6 +15,18 @@
  * 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.
  */
+/******************* Murata Manufacturing Co.,Ltd. 2014 *****************
+ *
+ * Filename:   UDPSocket.h
+ *
+ * Purpose:    This module has define of UDP socket.
+ *              
+ * $Author: kishino $
+ *
+ * $Date: 2014/03/26 $
+ *
+ * $Revision: 0.0.0.1 $
+ * ***********************************************************************/
 
 #ifndef UDPSOCKET_H
 #define UDPSOCKET_H