Tags
- 콜드플레이 첫콘 후기
- 제주도
- openwrt nf_conntrack
- 2025 콜드플레이
- 취미생활
- openwrt
- 네트워크
- C
- nat 적용
- 자이언트얀
- 비즈팔찌
- WiFi6
- hostapd
- openwrt nat 테이블 확인하기
- nat 정의
- nat table 확인하기
- 콜드플레이 첫콘
- C언어
- menuconfig
- ubuntu
- nf_conntrack
- WiFi
- programmers level2 C
- openwrt nat table
- Wireless
- 프로그래머스 c언어
- openwrt netfilter
- Linux
- 리눅스
- 동대문부자재시장
Archives
- Today
- Total
목록Parsing (1)
Mandoo’s WLAN story
[Linux/C] Parsing json data using jansson library
C언어로 jansson 라이브러리를 이용해 json 데이터를 파싱해보자. 코드는 아래와 같다. #include #include #include typedef struct JSONDATA //Key, Value를 담을 구조체 선언 { char mKey[1024]; char mValue[1024]; }JSONDATA; int main (void) { JSONDATA *pJsonData; json_t *jsonFile, *value, *objValue; json_error_t error; int size, i = 0; const char *key, *objKey; jsonFile = json_load_file("ipInfo.json", 0, &error); json_object_foreach(jsonFile,..
Mandoo's IT Story/Dev
2021. 12. 1. 16:50