라이브러리 예제 코드 #include int add(int a,int b){ int result = 0; result = a+b; printf ("add : %d + %d = %d",a,b,result); return result; } 소스코드 -> 오브젝트파일 (.o) gcc -c file1.c 오브젝트파일 ->
Resin.io brings the benefits of Linux containers to the IoT. Develop iteratively, deploy safely, and manage at scale. Linux containers to the IoT… 리눅스 기반의 IoT 디바이스를 위한 도커같은 서비스 일 것 같다. Resin.io 사용법 Account setup ...