Click here to Skip to main content
15,891,473 members
Everything / Wireless

Wireless

wireless

Great Reads

by DaveAuld
My adventure into installing a domestic CCTV system and wireless bridge.

Latest Articles

by DaveAuld
My adventure into installing a domestic CCTV system and wireless bridge.

All Articles

Sort by Score

Wireless 

15 May 2014 by DaveAuld
My adventure into installing a domestic CCTV system and wireless bridge.
21 Apr 2019 by Michael Haephrati
You can check the following source code examples which focus on WiFi as you requested (though Richard MacCutchan is right about the clarity of your question). windows - Connect to Wi-Fi C++ - Stack Overflow[^] and also check: WlanGetAvailableNetworkList function (wlanapi.h) | Microsoft Docs[^]
11 Oct 2013 by Vijay Pareek
hi, is there any GUI environment for NS2 ? i want to create a protocol so i need the gui base. if there is any way please let me know. i have installed ns2 successfully, but there is no any GUI only command based. Thanks
11 Oct 2013 by Richard MacCutchan
See http://www.isi.edu/nsnam/ns/[^].
4 Jan 2014 by Bohdan Stupak
Check this[^] out. This might be helpful
29 Jun 2014 by OriginalGriff
You should talk to the people who created it - TP-LINK[^] - they should provide technical support and will know more about their product than we will. If they don't, then find another supplier and demand your money back!I notice that there is a "Support" link at the top of the product page...
30 Oct 2014 by hor_313
HiI have an ADSL WiFi modem in home with 1MB/s speed. many Laptops and tablet or phones are connected to it, but I want to make a rule that any connected gadgets must have a download limitation speed.Can I make this condition in my modem (tp-link) settings? This is because when a gadget...
30 Oct 2014 by OriginalGriff
Depends on the make and model of the router, but many do that capability. Look for "Bandwidth" limits and you shoudl find it.Alternatively, there is software you can install that limits the bandwidth that particular computer can use, but I've never tried it. One I have heard of is Netlimiter,...
8 Nov 2014 by Nikhil_Malik
Is it possible to make an android app that sends the phones accelrometer data via bluetooth to a bot so that we can control the bot by using the phones readings. Like if tilt the phone right the bot should turn right. Thanx in advance.
16 Nov 2014 by Filipe Morgan
Hi, folks!My goal is to try and scan for wireless devices (scanners) connected to my network. I am using C# with Windows Forms and want to try scan a page from a device connected to my network. I can do this with WIA, connected with wires.Could any of you point me to the right...
18 Nov 2014 by sabodh
I am trying to establish P2P connection for file sharing in android by using ICE (Interactive Connectivity Establishment).Anyone can please help me to establish this connectivity in android or please suggest some tutorials for doing this.Thanks in andvance
18 Dec 2014 by smallfish_leo
I am going to build a system similar as Spark core. I have no problem with the hardware development. But I know little about the software side. I need suggestions on how to write a program that can communicate with the WiFi module embedded PCB board, such as what book i need to read, what...
26 May 2015 by Momoko Asahina 708H
As title. private void StartServerToListen() { try { ServerPort = 1001; IPEndPoint ServerIPEndPoint = new IPEndPoint(IPAddress.Any, ServerPort); ServerSocket = new...
14 May 2015 by BacchusBeale
It should not matter whether the device is wired or wireless as long as they are connected to the same subnet (same IP address range and netmask) and they are running/listening on the same port number.If the device is not configured/connected to same subnet you would need broadcasting or...
6 Jul 2015 by Richard MacCutchan
Please read Code Project Quick Answers FAQ[^], and see https://www.google.com/search?q=WML[^].
31 Jul 2015 by Member 10587827
Greetings,I write a c# mini program that sends 0-1 signal to arduino1 via com port. I found some libraries about NRF24L01 but almost all of them works when you write some numbers or words on arduino software. All i need is turn on green and red leds on arduino2 through arduino 1. arduino 1...
31 Jul 2015 by CPallini
As far as I know you have to use a specific library in order to obtain meaningful data from such devices. Have a llok at this page "nRF24L01"[^].
8 Sep 2015 by Sheriyar Siddiqui
I send signal from one MCU board to another using two wires from Tx of frist to Rx of second and vice versa, it did great as i was able to see result on LCD.Then i wanted to try wireless as i have to make a project next month to use in it.So i purchased RF 433MHz Transmitter and Receiver...
6 Oct 2015 by Member 11911221
I'm trying to set my wireless adapter Channel and Physical layer.I using wlanapi, currently i know how to set monitor mode on or off and i'm trying the same way to set the channel and physical layer.This is the code to set monitor modeULONG targetOperationMode =...
21 Jul 2016 by OriginalGriff
It won't affect the web surfing speed - that is between your router and your ISP only - but it may appear too if your WiFi is being heavily used by multiple users. Remember that wireless has a max transfer speed (What is the actual real-life speed of wireless networks ? :: SG FAQ[^] may help)...
29 Dec 2016 by Sandeep S. Sandhu
I recommend you buy a Wifi dongle (e.g. Tenda) and plug it into one of the Raspberry Pi's USB ports. Configure your home Wifi on the raspberry (see Setting WiFi up via the command line for instructions). Then your Raspberry Pi will be able to access the internet, the same way your laptop can.
15 Apr 2017 by OriginalGriff
We do not condone, support, or assist in the production of malicious code in any way, form, or manner. This is a professional site for professional developers. If you want to know how to create such things, you need to visit a hacking site: but be sure to disable all firewalls and antivirus...
1 Oct 2017 by OriginalGriff
We can't solve your configuration and / or hardware issues - we aren't there to see what is going on, and we aren't technical support for networks! :laugh: Go back to customer service, and see if they can help - at least they can look at your internet connection from the other end and confirm...
20 Nov 2018 by Richard MacCutchan
Your question does not really mean anything. But I suspect you are referring to sockets. Google for samples.
27 Apr 2021 by Richard MacCutchan
See How to configure ad hoc network using C# windows form app for windows 10 - C# Discussion Boards[^]. And assuming you are the person who posted that, please do not repost, and please do not create multiple accounts.
16 Jan 2016 by Dave Kreskowiak
You're going to have to start with the documentation on the drone and how it makes its camera feed available to an application.Without that, you're screwed. You cannot write code against an interface you have no idea exists or how it works.
11 Oct 2013 by ridoy
Check it:Visual Network Simulator[^]
27 Apr 2021 by Jac0231
I'm wondering if there is a way other than executing cmd commands in my windows form app to enable or configure an ad hoc network in windows 10? I'm looking for a direct way like using windows's own libraries which the cmd command for ad hoc...
6 Jul 2015 by Chrisraj
Hello All, I have surfed a lot to know about the WML, also learned few things. Here i have some queries over WML, 1) Does it used to develop only the applications for basic mobiles which doesn't has any GUI. (Basic Nokia 1100 arrived before 2004). 2) Up to i have...
16 Jan 2016 by Member 11620658
I want to make a program that can view the camera feed of fpv camera(this camera is attached in a quadcopter/drone). Anyone who can make some advice? Please help me..
17 Oct 2022 by konkod
for a prototype of a project i would like to use a "GardePro E8 Wildlife Camera" to Capture wildlife photos. Then the photos are going to be directly sent to a Jetson Nano device using wifi, where the photos are going to be processed using...
29 Dec 2013 by Member 10493876
hello, i kindly request you to give an idea about dialling skype through remote control......
29 Jun 2014 by Alamgirable
I bought a new TP-LINK TL-WA5210G outdoor router. But I don't know how to receive signals of indoor router TP-LINK TL-WR841N with outdoor router.
18 Aug 2014 by Member 11019774
any one pls explain the installation steps and working method in wsn lacalization simulator
19 May 2015 by My BOX
I wanna use an iPhone to send commands to an arduino and have to send that command out to a wireless bot to do certain functions...
21 Jul 2016 by Member 11659285
Hi ...I have this great idea that I'm working on ... but I got a question need to be answered , I want to use my cafe wireless connection and my m2 nano station devices to make my clients able not only to surf web but also to get data from my localserver ... data such movies , songs ,...
26 Aug 2016 by Brady Kelly
Ideally I could just use a flylead between the Ethernet ports on each device, but even then I think some - for me - heavyweight configuration would be necessary. Avoiding wiring between rooms is a very high priority, and my main ADSL WiFi router is in the lounge, and I want my Pi in my...
1 Oct 2017 by four systems
wireless internet connected but internet not browseable wireless network status shows no packets being received thanks What I have tried: checked internet protocol address , netstat -r, netstat -a, ipconfig, reinstalled wireless device, restarted system, called customer service , checked...
21 Apr 2019 by Elder Scrolls
How can i start with wireless programming in C++ or VC++ without MFC and without any third party library. I just want to use the prebuilt libraries provided in visual studio by Microsoft. What I have tried: googled. Not found anything.
27 Apr 2021 by Richard MacCutchan
Please stop reposting the same question.