从 Java 管理 X10 设备
从 Java 管理 X10 设备的最佳开源库是什么?
What is the best open-source library to manage X10 devices from Java?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
从 Java 管理 X10 设备的最佳开源库是什么?
What is the best open-source library to manage X10 devices from Java?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
我们正在开发 Freedom,这是一个由特伦托大学 DISI 部门(意大利)开发的开源楼宇自动化框架,可通过插件进行扩展 (http://freedom.disi.unitn.it/)。 您可以使用 Freedom 作为后端并在其上开发自己的插件,而无需从头开始。 这是一个年轻的项目,但我们喜欢贡献者:)
We are working on Freedom, an open source building automation framework developed by University of Trento, DISI Department (Italy) extensible through plugins (http://freedom.disi.unitn.it/). You can use Freedom as backend and develop your own plugins over it without starting from scratch. It's a young project but we like contributors :)
查看 Java X10 项目。
您可能还想看看 HomeRun
Check out the Java X10 Project.
You might also want to take a look at HomeRun
实用程序员有一些关于使用熔岩灯作为构建状态指标。 这可能值得一看,因为它显示了整个设置过程。
Pragmatic Programmer has some information on using lava lamps as build status indicators. That might be worth looking at because it shows the entire setup process.
我对 x10 还很陌生。
现在,我正在使用 Heyu 和 CM11A(在 Linux/Ubuntu 下)。
我也有一个 CM15A,但它更难使用(即使它可以工作)。
我已经尝试过 domus.Link 作为 Web 前端(仍然使用 Heyu 作为后端)并且它效果很好。
但 ...
我正在考虑用 Java 制作我自己的后端(以及我自己的前端)。
我刚刚找到这个(旧:1999)库: Java X10
这个(稍微)更新的版本:自动化协议:Java X10 库(bug针对 J.Peterson 的 X10 API 1.0.1 的修复)
我也发现了有关 xPL 的内容(有一个java服务器实现)和OpenRemote,但是,好吧,它们都是并不是那么容易探索(并看看你能用它们做什么或不能做什么)。
I'm pretty new to x10.
Right now, i'm using Heyu with a CM11A (under Linux/Ubuntu).
I also have a CM15A but it's harder to use (even if it works).
I've tried domus.Link for the web frontend (still with Heyu as a backend) and it works quite well.
But ...
I'm thinking about making my own backend in Java (and my own front-end).
I've just found this (old : 1999) library : Java X10
And this (slightly) updated version : Automation protocol: Java X10 library (bug fixes for J.Peterson's X10 API 1.0.1)
I've too found stuff about xPL (there is a java server implementation) and OpenRemote, but, well, both of them are not so easy to explore (and to see what you can do or canno't do with them).