Bluetooth app

  • Thread starter Thread starter haytham D
  • Start date Start date
H

haytham D

hey every one , i am lokking for a c#.net library to send and recive
files via bluetooth , it does not has to be file transferring .

its for my graduate project , workin in integrating my unifersity's
database with the students phones ....

so hope 2 get some help , thank you all.
 
I believe that you can use the OpenNET Compact Framework libraries to
access Bluetooth through the Socket class using managed code.
 
Hi,


--
Ignacio Machin
www.laceupsolutions.com
Mobile & warehouse Solutions.
Nicholas Paldino said:
I believe that you can use the OpenNET Compact Framework libraries to
access Bluetooth through the Socket class using managed code.


Most probably OpenNET will have a working set of classes for bluetooth.

My post was misleading, I meant features in teh framework are not existence.
There are third party tools, libraries and examples around the web that can
be used though.
 
I tried searching for more info regarding this OpenNET libraries but I am a
little confuse about this.



Are these libraries made by Microsoft? Would you mind posting the link where
these libraries can be downloaded?



Thanks.






Nicholas Paldino said:
I believe that you can use the OpenNET Compact Framework libraries to
access Bluetooth through the Socket class using managed code.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Ignacio Machin ( .NET/ C# MVP ) said:
Unfortunatelly there is no managed API to bluetooth, you have to use some
P/invoke features.

My first recommendation is to google for what you need.
For example:
http://www.devx.com/wireless/Article/11511/0
 
I tried searching for more info regarding this OpenNET libraries but I am a
little confuse about this.



Are these libraries made by Microsoft? Would you mind posting the link where
these libraries can be downloaded?

No, they are not by Microsoft, but that is not a mark against their
quality or functionality!

You can get the assemblies here: http:///www.opennetcf.org

You can also check out SharpUSBLib at http://www.icsharpcode.net
 
Hi,

Nop, they are not from MS, but they make a super solid, super util library
for mobile devices.
And the best is that it's free :)

I've been using different versiosn for a couple of years now and I have
never had any trouble.

--
Ignacio Machin
www.laceupsolutions.com
Mobile & warehouse Solutions.
Rene said:
I tried searching for more info regarding this OpenNET libraries but I am a
little confuse about this.



Are these libraries made by Microsoft? Would you mind posting the link
where these libraries can be downloaded?



Thanks.






Nicholas Paldino said:
I believe that you can use the OpenNET Compact Framework libraries to
access Bluetooth through the Socket class using managed code.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Ignacio Machin ( .NET/ C# MVP ) said:
Unfortunatelly there is no managed API to bluetooth, you have to use
some P/invoke features.

My first recommendation is to google for what you need.
For example:
http://www.devx.com/wireless/Article/11511/0

--
Ignacio Machin
www.laceupsolutions.com
Mobile & warehouse Solutions.

hey every one , i am lokking for a c#.net library to send and recive
files via bluetooth , it does not has to be file transferring .

its for my graduate project , workin in integrating my unifersity's
database with the students phones ....

so hope 2 get some help , thank you all.
 
Thank you all for these informations , but i still can't download the
OpenNETCF library - i just can't find the link - , so i would be
greatfull if some on rep;ay the link to me or send the files to my
e-mail please " (e-mail address removed) "

thank you again
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top