473,625 Members | 3,318 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

programming a network adapter

hello i have a little difficult problem
searchengines could not help me yet

i have 2 zigbee (standard for wireless personal area networking, such
as bluetooth) cards, connected to the pc's via usb
now i'd like to programm (in C or C++) a network adapter to manage a
TCP/IP connection over my cards (under windows 2000)
i have a library with routines for sending data with these cards
but i couldn't find anything about programming a network adapter
so that i can send the tcp/ip packets from this adapter over my cards

if anybody has some links, information, sourcecode or whatever could
be helpfull, i would be very glad

regards and thx in advance
hitchiker
Jul 22 '05 #1
3 4212
hitchiker wrote:
hello i have a little difficult problem
searchengines could not help me yet
Have you actually tried using them?
i have 2 zigbee (standard for wireless personal area networking, such
as bluetooth) cards, connected to the pc's via usb
now i'd like to programm (in C or C++) a network adapter to manage a
TCP/IP connection over my cards (under windows 2000)
i have a library with routines for sending data with these cards
but i couldn't find anything about programming a network adapter
so that i can send the tcp/ip packets from this adapter over my cards

if anybody has some links, information, sourcecode or whatever could
be helpfull, i would be very glad


I don't have any source, information or whatever, but I think this link
should help: news:comp.os.ms-windows.program mer.win32

V
Jul 22 '05 #2
> Have you actually tried using them?

yes but perhaps you could tell me the right keywords for finding something
usefull
I don't have any source, information or whatever, but I think this link
should help: news:comp.os.ms-windows.program mer.win32


thx i will try it there

Jul 22 '05 #3
hitchiker wrote:
Have you actually tried using them?

yes but perhaps you could tell me the right keywords for finding something
usefull


You may have your own concept of "usefulness ", but I got a bunch of what
I think useful links when I used Google to search for "network bluetooth
usb programming c++" (no double quotes, of course). YMMV.
[...]


V
Jul 22 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
3677
by: genetic.error | last post by:
I installed VS.NET 2003 on Windows 2000 Pro SP3. Since doing so, I have no internet connection. Also, I have no access to my home network. I've done everything I can think of to correct the problem, and I'm at a loss. Formating is not an option ATM, and i dont know it would happen any differently next time around anyway. Suggestions would be appreciated.
1
442
by: hitchiker | last post by:
hello i have a little difficult problem searchengines could not help me yet i have 2 zigbee (standard for wireless personal area networking, such as bluetooth) cards, connected to the pc's via usb now i'd like to programm (in C or C++) a network adapter to manage a TCP/IP connection over my cards (under windows 2000) i have a library with routines for sending data with these cards but i couldn't find anything about programming a network...
4
1562
by: Reinier Beeckman | last post by:
Hi got the following problem, it's more a programming problem then really a database problem. I have a Database class which connects to a mySQL database on the network. In WebForm1.aspx i connect, using the Database class, to this database. Works fine. In Webform1.aspx i have the main view (SELECT * FROM) of the database. In Webform2.aspx i want to see certain details. So when i click on a button in Webform1.aspx i go to Webform2.aspx. ...
1
4740
by: Sushrut | last post by:
Hi, Is there a way to get the netcfginstanceid of a network adapter thru C#? I couldnt find any available classes that might do the trick. The netcfginstanceid is available in the registry key "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}\xxx". One/more of the xxx's will have the network adapter in the system. The "NetCfgInstanceId" in this xxx is what I am looking for. I cant directly...
8
34444
by: rongchaua | last post by:
Hi all, i would like now to disable and enable network adapter programmatically with c#. I have searched but found nothing useful. There's no topic about this problem. Has someone done with this problem? All help will be appreciated. rongchaua.
0
4283
by: BLUE | last post by:
Enable and Disable in the Network and DialUp Connections manager is actually setting a bit in the registry for the target adapter and then calling NDIS to unbind or bind (depending on whether your disabling or enabling the adapter). In HKEY_LOCAL_MACHINE\Comm\NdisPower insert this value to disable the adapter: <adapterNameREG_DWORD 4 (0x00000004)
11
4573
by: weird0 | last post by:
I am a beginner to socket programming to in c#. I know the concepts as to how to program them. I get the above exception when i tried writing the code for the server side on the line tcpListener.Start() when i passed the localhost ip and port no. 4000: Please help... namespace Server { class Server
4
5610
by: =?Utf-8?B?TWFydGlu?= | last post by:
In Device Manager under Network Adapters, nearly all (about 20) items have a yellow warning symbol. The first item, Microsoft 6to4 Adapter says driver is up-to-date BUT says "This device is not working properly because Windows cannot load the drivers required for their device (Code 31). Similar message in all other 20 items under network adapters. Have checked for solutions - send data to Micosoft- but so far no solutions. Any help please?...
0
4269
by: Eran.Yasso | last post by:
Hi all, The following code sets/disables network adpter's status. Since I have no idea where to put this code and I wish to share the community with it. I did rverse engineering from VBS to C#. To use this code, simply add reference to Shell32.dll located in WINDOWS\System32 folder. Comments are wellcome! Enjoy...
0
8256
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8189
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8694
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8635
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8356
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
5570
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4089
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4193
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1803
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.