pyliblo is a Python wrapper for the liblo OSC library. It supports almost the complete functionality of liblo, allowing you to send and receive OSC messages using a nice and simple Python API.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
특히 TCP 연결에 유용합니다 어떤 실패 보낼 경우 함수는 지금 IO 오류 마련 보낼 수 있습니다. 이 코드는 더하고 약간 더 이전 버전보다 효율적으로 읽을 수있는 만들기, 청소했다.
Tags:
Minor feature enhancements, Code cleanup
The send functions now raise an IOError if sending failed, which is especially useful for TCP connections. The code was cleaned up, making it more readable and slightly more efficient than previous versions.
이 릴리스 파이썬 3.x를위한 지원과 Cython에 Pyrex에서 스위치를 완료합니다. 서버 개체는 이제 fileno () 메서드는 서버 소켓의 파일 기술자를 얻으려면, 그리고 파이썬의 가비지 수집에 의지하지 않고 서버를 닫으 무료 () 메서드를 포함합니다. 게터 메소드는 읽기 전용 속성으로 대체되었습니다 모든 클래스와 메소드가 올바르게 docstrings와 주석입니다.
Tags:
Major feature enhancements, Minor bugfixes
This release completes support for Python 3.x and the switch from Pyrex to Cython. Server objects now include a fileno() method to get the file descriptor of the server socket, and a free() method to close the server without relying on Python's garbage collection. Getter methods were replaced by read-only properties, and all classes and methods are now properly annotated with docstrings.
라이선스는 GPL v2를에서 LGPL의 2.1 (liblo 버전을 0.26에서 동일한 않았다)가 변경되었습니다. 이제 TCP를 통한 OSC를 사용할 수 있도록하는 서버 클래스에 프로토콜 매개 변수를 추가.
Tags:
Major feature enhancements, license change
The license has changed from the GPL v2 to the LGPL 2.1 (liblo did the same in version 0.26). The addition of a protocol parameter to the Server class now makes it possible to use OSC over TCP.
이 릴리스에는 더 이상 무시되고, 몇 가지 사소한 기능 향상 : 콜백 함수의 값을 포함 돌아가기하지만 liblo 처리됩니다. send_osc 스크립트가 지금은 명시적으로 문자열을 입력하는 대신 자동으로 실행할 수있습니다 인자 형식을 확인하려고. 이전의 모든 컴파일러가 경고를 제대로 Pyrex 소스 대신 생성된 C 코드를 패치가 해결되었습니다.
Tags:
Minor feature enhancements
This release includes some minor feature
enhancements: Return values of callback functions
are no longer ignored, but handled as in liblo.
The send_osc script can now be run with an
explicit type string, instead of trying to
determine the argument types automatically. All
previous compiler warnings have been fixed
properly in the Pyrex source, instead of patching
the generated C code.