Click here to Skip to main content
15,895,142 members
Everything / Routers

Routers

routers

Great Reads

by DaveAuld
It only took a year, but after a lot of blood sweat and tears, it works!
by Daniel Padevet
Short code showing how to send an SMS from C# via TP-LINK TL-MR6400 LTE Router
by marcus obrien
Giving your devices constant IP addresses
by Member 12597176
a extensible IOT Router made by SeeedStudio

Latest Articles

by DaveAuld
It only took a year, but after a lot of blood sweat and tears, it works!
by Member 12597176
a extensible IOT Router made by SeeedStudio
by Daniel Padevet
Short code showing how to send an SMS from C# via TP-LINK TL-MR6400 LTE Router
by marcus obrien
Giving your devices constant IP addresses

All Articles

Sort by Score

Routers 

4 Oct 2016 by DaveAuld
It only took a year, but after a lot of blood sweat and tears, it works!
11 Jun 2016 by Daniel Padevet
Short code showing how to send an SMS from C# via TP-LINK TL-MR6400 LTE Router
6 May 2015 by Joezer BH
I'd read this MSDN example[^] to start with: public static void ShowNetworkInterfaces(){ IPGlobalProperties computerProperties = IPGlobalProperties.GetIPGlobalProperties(); NetworkInterface[] nics = NetworkInterface.GetAllNetworkInterfaces(); Console.WriteLine("Interface...
8 Mar 2016 by Jochen Arndt
Please define "other network".Do you mean from a host not in the same subnet as the devices?If so, you should not do that. While possible, such scans are usually blocked by firewalls. If it is your subnet, there should be no need to scan from a different net (you will get better and more...
2 Jun 2016 by Richard MacCutchan
You cannot ping to a specific port, ping goes only to the IP address. What you are describing is socket access to a device. So first you need to find out what messages to send to the device which will blink the LED. Then you just need to write a program to send those messages and deal with any...
24 Sep 2017 by OriginalGriff
No. I've yet to see a Windows based router - I suspect they don't exist. All the ones I've seen are Linux based. And enabling uPnP on a router is not going to be that simple, as every router has different configuration screens, so you will have to find out how to do it for each router separately.
9 Feb 2014 by Sanjeev236
Hi,I have 3 leased line in my office (4MBPS(DSL),4MBPS(DSL),16 MPBS(ADSL)).I use them as redundant pair.Is there any way to merge all the lines to get higher speed (4+4+16 =20MPBS).I googled a bit then i came to know about LOADBALANCER & multi wan router.and then find out in some blog...
12 Jun 2014 by Dalek Dave
I had to install a new TP Link router to get a CCTV feed from a DVR.I had it all working, could get online and went into the router to set the port forwarding.So far so good.I could not get the CCTV feed to be readable either through the net or locally via 192.168.1.100:80I...
13 Nov 2014 by Member 11118232
i created wifi hotspot with netsh wlan command but it created only adhoc network and ad hoc connection is not visible to my smart phone.is there any way by which i can create a wifi connection which is visible to my smart phone
13 Nov 2014 by Mehdi Gholam
Try this : https://virtualrouter.codeplex.com/[^]
16 Sep 2016 by Brady Kelly
I've added an external network switch to Hyper-V that connects to my wifi router. Then, when I install Debian, and set the network adaptor during install, Debian still has no internet access at all. Is there a task or settings I am missing or something?What I have tried:I have tried...
14 Dec 2016 by Sagar Khairnar 55
Hello Friends,I have created a new ASP.NET application in VS2012 - 4.5.In that I used some latest features like - Bundle configuration - Web API (with Routing) - Angular JSAll the AngularJS controller and other Javascripts & CSS files are register in Bundle Config.From the...
14 Dec 2016 by F-ES Sitecore
Believe it or not but how you publish an asp.net website is very well documented if you care to look. Phrases like "not working" mean nothing and give no information that will help anyone solve your problems. If you are having a problem with CSS and JS files then my best guess would be you are...
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.
3 Aug 2017 by amine zawix
Hi , I am working on load balancing ; i already calculate the response time of all my servers in every 3 s ,while i am using round-robin,how to root the client's requests to the server with lowest response time? I just want to do this in case one of the servers is getting slow,so i can...
3 Aug 2017 by Kornfeld Eliyahu Peter
As I see there are two ways... One - to become a proxy between the client and the server - in this case you can measure the response time and decide which server is the fastest and use in the next round... While it is possible I would not use it as all that proxy thing is fairly complicated and...
24 Sep 2017 by Johnny2121
So i've been looking around. I'm currently working on this portforwarding project and it's going really well, the only issue I am facing right now is that my application doesnt work on the routers that dont have the uPnP settings enabled. So I was thinking.. Is there a way to enable this feature...
24 Sep 2017 by Patrice T
Quote: So I was thinking.. Is there a way to enable this feature without logging into your router Short answer: No! You will not change any router setting without being logged, no matter what. Quote: I mean like I dont think that will do it, does this method have the same outcome as if you...
24 Sep 2017 by Dave Kreskowiak
Think about what you're asking. If it was possible to enable UPNP on someones router from your code WITHOUT logging into the router, what's stopping any malware running on a machine inside the network from doing it? Would you want malware doing that to your router?
29 Nov 2013 by Nelek
I am not sure if this contains what you are searching but maybe it points you the...
21 Oct 2015 by marcus obrien
Giving your devices constant IP addresses
21 Jun 2016 by Member 12597176
a extensible IOT Router made by SeeedStudio
6 May 2015 by Emin ATEŞ
I will give a situation to explain my question;We have so many wifi router in our school. The school have so many building. So each room have a wifi router. Every students have a pc , i want to make a "Positioning System" in our school by taking wifi router's id. I am going to make a database...
29 Nov 2013 by Vasudevan Deepak Kumar
We are using Cisco E900 router in our guest house to share broadband internet among the members. To enhance security and speed optimization we have OpenDNS with WebContent filtering in place. However, we still are looking to see if there is a way we can configure the following:1) Block big...
7 Jun 2016 by usmanali.ali843
I have a function which pings ethernet ports of a deviceif ping successful , green indication on c# form appearsbut when i want to test another port, then i can not pingbecause i need to change pc ip address to be prepared or reset current ip addressto prevent wrong ip assignment to...
9 Feb 2014 by Member 10524556
No,It is not possible. Because multiple connections will have respective IP address with which your computer deals to transmit/ receive data packages. Sending the same data package through single network connection is possible but It is important to remember it will all streamed into the same...
11 Jun 2014 by Samir Alkhatib
I have a Routerboard MikotTik router, I have been informed that it's possible that I can ask the stations that want to connect to my network to like facebook page, or something else i want... ??would you please guys give me a solution to this... ???Thank you :)Best...
11 Jun 2014 by OriginalGriff
You should talk to the people who created it - they should provide technical support and will know more about their product than we will.
8 Mar 2016 by sijith.ch
how we can find devices connected to a router from other networkWhat I have tried:http://www.codeproject.com/Tips/889483/How-to-List-all-devices-info-on-your-WLAN-router
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...