liblo osc库的python绑定

pyliblo3的Python项目详细描述


Pyliblo3

这是liblo原始绑定的分叉,使其pip可安装

示例

简单服务器

importlibloserver=liblo.Server(8080)deftest_handler(path,args,types,src):print(args)server.add_method("/test",None,test_handler)whileTrue:server.recv(100)

依赖关系

  • liblo=0.28

安装

一。安装liblo

liblo必须预先安装

Linux

sudo apt安装liblo dev

Mac操作系统

brew安装liblo

窗口

http://liblo.sourceforge.net/README-platforms.html

2.安装Pyliblo3

pip install pyliblo3


原始自述文件:

pyliblo - Python bindings for the liblo OSC library

Copyright (C) 2007-2011  Dominic Sacré  <dominic.sacre@gmx.de>

http://das.nasophon.de/pyliblo/


To install, run "./setup.py build", followed by "./setup.py install". This
will install both the python module and the send_osc/dump_osc scripts.

See doc/API.html and doc/examples.html for API documentation and some
example code.

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java JavaFX触控事件未触发Ubuntu 20.04触控笔记本电脑   java如何在AWT中关闭窗口?   java Dagger 2:注入具有构造函数参数的成员   创建对象的Java调用类   对象我想在A.java中添加两个数字,并在B.java中打印结果(如何?)   java如何使用AWS SDK for Android从数字海洋空间下载图像?   java Facebook sdk 4.0.1无法使用Android studio获取某些字段   4分钟后web应用程序(Angular 8和Rest API)中的java自动会话超时   在Eclipse for Java EE developers edition中禁用HTML警告   java按字母顺序排列字符串我错过了什么明显的东西吗?   java在Jshell中println和printf有什么不同