标签: python c
详细说明:
问题:
在头文件中使用struct并让python解析它是一个好主意吗? 有更好的方法吗?
答案 0 :(得分:1)
你应该去XML-RPC这里给出了python API
http://tldp.org/HOWTO/XML-RPC-HOWTO/xmlrpc-howto-python.html
和C API在这里给出
http://xmlrpc-c.sourceforge.net/example-code.php
如果使用XML或JSON RPC,它也将变得易于调试。