Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of libMiMic by
mimic.h
00001 #pragma once 00002 //////////////////////////////////////////////////////////////////////////////// 00003 // mimic.h 00004 //////////////////////////////////////////////////////////////////////////////// 00005 #include "Net.h" 00006 #include "NetConfig.h" 00007 #include "Httpd.h" 00008 #include "Http.h" 00009 #include "UrlReader.h" 00010 #include "HttpdConnection.h" 00011 #include "IpAddr.h" 00012 #include "TcpSocket.h" 00013 #include "UdpSocket.h" 00014 #include "HttpClient.h" 00015 #include "jsonrpc/MbedJsApi.h" 00016 00017 #include "mod/ModUrl.h" 00018 #include "mod/ModRomFiles.h" 00019 #include "mod/ModRemoteMcu.h" 00020 #include "mod/ModMiMicSetting.h" 00021 #include "mod/ModLocalFileSystem.h" 00022 #include "mod/ModFileIo.h" 00023 #include "mod/ModUPnPDevice.h" 00024 #include "mod/ModWebSocket.h" 00025 #include "mod/ModJsonRpc.h" 00026 //#include "LocalFileSystem2.h" 00027 00028 #include "netif/INetIf.h" 00029 #include "netif/MiMicNetIf.h" 00030 00031 00032 using namespace MiMic;
Generated on Tue Jul 12 2022 16:22:56 by
