# JSON -4 : My idea of implementing this is to channelize the xml output from agent to xml2json converter which will generate json output , and send it to device. Something like this :
Device <--> Adapter<--> Agent<--(xml data)-->xml2json_converter <---(json data)--->Client Now , as you mentioned in previous post that Agent transfers this data to client (here curl) via socket . But I am not able to figure out this from the code , if I can figure this out , it will help me implementing above idea. Also ,does this requires knowledge of socket programming ? If yes , should I read this : http://beej.us/guide/bgnet/output/print/bgnet_A4.pdf Yogeshwar _______________________________________________ Users mailing list [email protected] http://lists.dgplug.org/listinfo.cgi/users-dgplug.org
