From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.107.164.208 with SMTP id d77mr17211559ioj.22.1455539465970; Mon, 15 Feb 2016 04:31:05 -0800 (PST) X-Received: by 10.182.19.129 with SMTP id f1mr123867obe.20.1455539465947; Mon, 15 Feb 2016 04:31:05 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!hb3no5016658igb.0!news-out.google.com!l1ni14244igd.0!nntp.google.com!hb3no5016653igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 15 Feb 2016 04:31:05 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=86.160.221.33; posting-account=28F2IwkAAACL1Z5nRC-dE7zuvWdbWC7P NNTP-Posting-Host: 86.160.221.33 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <59ba5a4b-395b-463e-85ab-5f826d005607@googlegroups.com> Subject: Ada Open Zwave From: tonyg Injection-Date: Mon, 15 Feb 2016 12:31:05 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:29513 Date: 2016-02-15T04:31:05-08:00 List-Id: ....Ta Daaaa! Here is a binding to the c++ open zwave binding at www.openzwave.com The license is the Gnat Modified GPL. The binding is at https://github.com/tonygair/ada_open_zwave I am using it to create a home heating / lighting efficiency application to run on a raspberry pi B. The hardware also including a AEON Z2 Stick and Stella Z radio valves. I am also using POLYORB , the ada distributed system annex bit and David Bottons truly fantastic GNOGA to make it. So far it works on the PI and on PC's in debian and raspbian jessie but don't forget to add your the ID you are using it under to the group DIALOUT. i.e. sudo adduser tony dialout The heating application will also be released soonish also under the GMGPL license. I hope its useful! and improvements to its setup will be gratefully received!