사용자 도구

사이트 도구

English

comfilepi_리눅스_터치패널pc_를_이용한_wifi-rh4_사용법:index

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
comfilepi_리눅스_터치패널pc_를_이용한_wifi-rh4_사용법:index [2018/09/07 17:35]
Comfile Technology
— (현재)
줄 1: 줄 1:
-===== ComfilePi를 이용한 WIFI-RH4 사용법 ===== 
-ComfilePi파이를 이용하여 WIFI-RH4를 제어하는 방법과 .NET기반(C#​) 어플리케이션 예제 프로그램을 설명하고 있습니다.\\ 
- 
-\\ 
-{{ :​comfilepi_리눅스_터치패널pc_를_이용한_wifi-rh4_사용법:​comfilepi구성도.png?​500 |}} 
-ComfilePi와 WIFI-RH4 내부망 시스템 구성은 위와 같이 같은 무선공유기에 연결되어 있어야 합니다. 
- 
-{{ :​comfilepi_리눅스_터치패널pc_를_이용한_wifi-rh4_사용법:​20180907_1724_00_584.mp4?​700x450 |}} 
- 
-※{{ :​comfilepi_리눅스_터치패널pc_를_이용한_wifi-rh4_사용법:​rh4client.zip | WIFI-RH4 어플리케이션(NET기반)}} 
- 위 영상의 예제 프로그램 입니다. 본 예제 프로그램은 [[http://​comfilewiki.co.kr/​ko/​doku.php?​id=comfilepi:​index|ComiflePi .NET 개발방법]] 확인 후 사용하십시오. 
- 
- 
- 
- 
-Call a WebAPI From a .NET Client를 활용하여 쉽게 WIFI-RH4 웹서버에 접속할 수 있습니다. [[https://​docs.microsoft.com/​en-us/​aspnet/​web-api/​overview/​advanced/​calling-a-web-api-from-a-net-client|Call a Web API]] 
- 
- 
-<code xbasic> 
-using System.Net.Http;​ 
-using System.Text;​ 
-using System.Text.RegularExpressions;​ 
-using System.Threading.Tasks;​ 
-using System.Windows.Forms;​ 
-using System.Xml.Linq;​ 
- 
-namespace RH4Client 
-{ 
-    public partial class Form1 : Form 
-    { 
-        const string URL = "​http://​192.168.10.57";​ 
- 
-        public Form1() 
-        { 
-            InitializeComponent();​ 
-        } 
- 
-</​code>​ 
-예제 프로그램의 URL = "​http://​192.168.10.57";​ 을 WIFI-RH4 웹서버 주소로 변경하여 WIFI-RH4 접속할 수 있습니다. 
  
comfilepi_리눅스_터치패널pc_를_이용한_wifi-rh4_사용법/index.1536309354.txt.gz · 마지막으로 수정됨: 2018/09/07 17:35 저자 Comfile Technology