c# winform - TCP/IP client receive image and draw
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; u...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; u...
sample code #include <unistd.h> ...
TEST code.. 간단히 file 만들어서 write 하는 코드입니다. #include <stdio.h> #define FULL 320*240 void main(void) { FILE *myimage; myimage = fopen("./myimage.rgb...
Try to intalll ubuntu 64bit version on raspberrypi4 8GB version . connect LAN guide_link1 guide_link2 ID/PW : ubuntu/ubuntu sudo apt-get update sudo ...
#!/bin/bash while [ 1 ] do Cnt=ps -aux|grep "seekware-tcpip"|grep -v grep|wc -l PROCESS=ps -aux|grep "seekware-tcpip"|grep -v grep|awk '{print $1}' if [...