<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/libaltos, branch 1.9</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.9</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.9'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2018-01-14T05:29:08+00:00</updated>
<entry>
<title>libaltos: Use case-insensitive compare when matching BT MACs</title>
<updated>2018-01-14T05:29:08+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-01-14T05:29:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=54e8e033ccf47526e5ff08f93c105ef75334924e'/>
<id>urn:sha1:54e8e033ccf47526e5ff08f93c105ef75334924e</id>
<content type='text'>
We use the BT MAC vendor portion to figure out which port to connect
to as that is simpler and takes less network traffic than actually
doing discovery. However, on Windows, we were generating the address
in lower case and comparing against upper case vendors, which didn't
work out too well.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>libaltos: Test both bluetooth and USB APIs with cjnitest</title>
<updated>2017-07-23T23:49:26+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-07-23T23:49:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c7b34e6691b632199bc7802c2e4dea4de992578e'/>
<id>urn:sha1:c7b34e6691b632199bc7802c2e4dea4de992578e</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>libaltos: Add btle test program</title>
<updated>2017-07-21T23:16:55+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-07-21T23:16:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ea3b5815b27005b2f4c3034715f656d28ea8534e'/>
<id>urn:sha1:ea3b5815b27005b2f4c3034715f656d28ea8534e</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>libaltos: Add support for TeleBT-v4.0 bluetooth channel change</title>
<updated>2017-05-13T22:29:13+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-05-13T22:24:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2536640b852feff41975d2da50befdda91ee6303'/>
<id>urn:sha1:2536640b852feff41975d2da50befdda91ee6303</id>
<content type='text'>
The RN4678 in TeleBT v4.0 uses channel 6 instead of channel 1.
There is code in the linux bits which discovers this value, but that
crashes when run under java for unknown reasons.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Use SDP to locate the service channel on Linux</title>
<updated>2017-05-13T22:29:13+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-05-12T08:35:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9c6727d39cc1feae3bd0504bcbc910ae832e3651'/>
<id>urn:sha1:9c6727d39cc1feae3bd0504bcbc910ae832e3651</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Switch from GPLv2 to GPLv2+</title>
<updated>2016-07-12T22:41:41+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-07-05T16:03:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1085ec5d57e0ed5d132f2bbdac1a0b6a32c0ab4a'/>
<id>urn:sha1:1085ec5d57e0ed5d132f2bbdac1a0b6a32c0ab4a</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>libaltos: Fix for Mac OS X El Capitan</title>
<updated>2016-04-22T01:35:24+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-04-21T00:27:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=565d8f22c23c7c6c6817d11ef1ca02e70ba5d2ae'/>
<id>urn:sha1:565d8f22c23c7c6c6817d11ef1ca02e70ba5d2ae</id>
<content type='text'>
USB enumeration for serial devices changed

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>libaltos: Fix warning in linux libaltos code</title>
<updated>2016-03-21T06:11:49+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-03-21T06:11:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2fc47e7052a08de464f08d890e222afd7dec75d8'/>
<id>urn:sha1:2fc47e7052a08de464f08d890e222afd7dec75d8</id>
<content type='text'>
Just returned the wrong name of the value

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>libaltos: Add Windows BT support. Split into separate source files.</title>
<updated>2016-03-21T04:52:53+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-03-21T04:52:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1594691ea88ca84634eea237ac8137a5bdc19f5c'/>
<id>urn:sha1:1594691ea88ca84634eea237ac8137a5bdc19f5c</id>
<content type='text'>
Add Bluetooth support to Windows. Split libaltos into separate files.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>libaltos: Add unistd.h to get defines for various syscalls</title>
<updated>2016-03-06T23:05:51+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-03-06T23:05:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=20d9286402b7da74fef9b7c98e79d13671f6c82b'/>
<id>urn:sha1:20d9286402b7da74fef9b7c98e79d13671f6c82b</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
