<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-942350302200282606</id><updated>2011-04-21T12:50:35.148-07:00</updated><title type='text'>Windows Sockets Experiments</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ktmittonwinsock.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/942350302200282606/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://ktmittonwinsock.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Kenneth Mitton</name><uri>http://www.blogger.com/profile/15410161859509269405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-942350302200282606.post-184344395351703734</id><published>2007-10-01T09:10:00.001-07:00</published><updated>2007-10-01T09:25:36.602-07:00</updated><title type='text'>Setting up the VS2005 environment for a Widcomm application</title><content type='html'>1) you need to go to the project properties (Project-&gt; ProjectName Properties)&lt;br /&gt;2) set the include directory (base_install_directory/BTH DK/SDK/Inc) under&lt;br /&gt;     the C/C++-&gt;General tab&lt;br /&gt;3) set the additional library directory&lt;br /&gt;     (base_install_directory/BTH DK/SDK/Release) under the Linker-&gt;General&lt;br /&gt;     tab&lt;br /&gt;4) add BtWdSdkLib.lib to the additional dependencies under the Linker-&gt;Input tab&lt;br /&gt;&lt;br /&gt;Note that step 3 is different when programming for a 64 bit environment, you need to set the additional library directory to base_install_directory/BTH DK/SDK/Release/x64&lt;br /&gt;&lt;br /&gt;When you create a Project, you need to include windows.h and BtIfDefinitions.h&lt;br /&gt;&lt;br /&gt;The code for a simple app that does not but includes the necessary library and includes is:&lt;br /&gt;&lt;br /&gt;#include iostream&lt;br /&gt;#include windows.h&lt;br /&gt;#include btifdefinitions.h&lt;br /&gt;&lt;br /&gt;using namespace std;&lt;br /&gt;&lt;br /&gt;int&lt;br /&gt;main ()&lt;br /&gt;{&lt;br /&gt;return ( 0 );&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;Obviously none of this file has a purpose, it's just a basic template for a bluetooth app using the Widcomm SDK.  Also, I had to cut out the &lt;&gt; for this post to avoid it viewing the include files as html code.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/942350302200282606-184344395351703734?l=ktmittonwinsock.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ktmittonwinsock.blogspot.com/feeds/184344395351703734/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=942350302200282606&amp;postID=184344395351703734' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/942350302200282606/posts/default/184344395351703734'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/942350302200282606/posts/default/184344395351703734'/><link rel='alternate' type='text/html' href='http://ktmittonwinsock.blogspot.com/2007/10/setting-up-vs2005-environment-for.html' title='Setting up the VS2005 environment for a Widcomm application'/><author><name>Kenneth Mitton</name><uri>http://www.blogger.com/profile/15410161859509269405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-942350302200282606.post-2458573584251716081</id><published>2007-10-01T08:51:00.001-07:00</published><updated>2007-10-01T08:54:29.574-07:00</updated><title type='text'></title><content type='html'>I have created a simple program using a Bluetooth programming book I recently purchased that listens for nearby devices.  Also, I have used the samples to make a program to listen for devices and then connect to the device I want and send a simple message.  All of this uses the MS Bluetooth stack.  For the time being, though, I will be switching to using the Widcomm bluetooth stack.  Also, I will try to use the BlueZ api to make the same apps in Linux.&lt;br /&gt;&lt;br /&gt;With regard to the wiimote, I have thus far been unable to connect to the controller.  Not quite sure what the problem is.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/942350302200282606-2458573584251716081?l=ktmittonwinsock.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ktmittonwinsock.blogspot.com/feeds/2458573584251716081/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=942350302200282606&amp;postID=2458573584251716081' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/942350302200282606/posts/default/2458573584251716081'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/942350302200282606/posts/default/2458573584251716081'/><link rel='alternate' type='text/html' href='http://ktmittonwinsock.blogspot.com/2007/10/i-have-created-simple-program-using.html' title=''/><author><name>Kenneth Mitton</name><uri>http://www.blogger.com/profile/15410161859509269405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-942350302200282606.post-7037441256302506775</id><published>2007-08-29T17:20:00.000-07:00</published><updated>2007-08-29T17:23:16.746-07:00</updated><title type='text'>Experiment 1</title><content type='html'>I've made a simple program based on the code given in the MSDN site that lets me make a connection ( at this point to the same computer, but that can simply be changed to any computer I am connected to ).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/942350302200282606-7037441256302506775?l=ktmittonwinsock.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ktmittonwinsock.blogspot.com/feeds/7037441256302506775/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=942350302200282606&amp;postID=7037441256302506775' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/942350302200282606/posts/default/7037441256302506775'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/942350302200282606/posts/default/7037441256302506775'/><link rel='alternate' type='text/html' href='http://ktmittonwinsock.blogspot.com/2007/08/experiment-1.html' title='Experiment 1'/><author><name>Kenneth Mitton</name><uri>http://www.blogger.com/profile/15410161859509269405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-942350302200282606.post-1143116575028341131</id><published>2007-08-29T14:18:00.001-07:00</published><updated>2007-08-29T14:30:38.676-07:00</updated><title type='text'>The future of these experiments</title><content type='html'>I have two goals with winsock.&lt;br /&gt;&lt;br /&gt;1) Learn winsock&lt;br /&gt;2) Use winsock to access the bluetooth card in my laptop to control a Wii controller&lt;br /&gt;&lt;br /&gt;If anyone knows any good sites about winsock, bluetooth, or the Wii controller, please tell me.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/942350302200282606-1143116575028341131?l=ktmittonwinsock.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ktmittonwinsock.blogspot.com/feeds/1143116575028341131/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=942350302200282606&amp;postID=1143116575028341131' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/942350302200282606/posts/default/1143116575028341131'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/942350302200282606/posts/default/1143116575028341131'/><link rel='alternate' type='text/html' href='http://ktmittonwinsock.blogspot.com/2007/08/future-of-these-experiments.html' title='The future of these experiments'/><author><name>Kenneth Mitton</name><uri>http://www.blogger.com/profile/15410161859509269405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
