iom v2.1 spec.

Personal Computer/debug, iom_v2 2005. 9. 28. 14:58 posted by tolkien
에 대한 구상이 잠시 떠올라서 적어둔다.

1. Information Center를 browsing할 수 있게 web interface를 사용하자. (http://localhost:8010/...)
3. object -> directory, misc/object's attribute -> file 로 구현한다.
4. object 추가는 http://localhost:8010/cgi-bin/add?node=...&value=object
2. attribute를 추가/수정은 http://localhost:8010/cgi-bin/add?node=...&value=... 로 통일
5. connection에 대한 속성을 준다. http://localhost:8010/cgi-bin/conn?node=...&value=...
5.1 node/ value
5.1.1 format: html/raw

6. connection은
6.1 named pipe(PHN, SKY, KMR등 reserved address에 사용)
6.2 domain socket(iom client)
6.3 inet socket(debugging or 기타 용도)