Top "Router" questions

A router is a device that forwards data packets across multiple networks.

call route inside of a view in Backbone

I know there are great deal of tutorials/information about orgaising an application using Backbone.js out there. I am …

backbone.js view router
Adding sub domain based routes in Zend framework

I am newbie to Zend framework, I am using .ini file to add routes in my application. I have 2 routes …

zend-framework routes router
Networking - RIP routing WAN connection in Packet Tracer

Anyone here knows how to deal with networking? Here's my network scheme in Packet Tracer: How do I do the …

networking command-line-interface router wan
Multiple routers with backbone.js

Can I use multiple routers in backbone.js, that don't interfere with each other route-wise, without any issues? Or is …

backbone.js router
Wifi repeater and captive portal

Okay, after surfing through the net, I can almost confirm that there is not a single site that tells me …

wif router access-point personal-hotspot captivenetwork
exclude specific path from routing in angular 2+

My angular route config is as below: export const routes: Routes = [ { path: 'mgmt', ... }, { path: 'about', ... }, { path: '**', component: PageNotFoundCmp } ]; …

angular router
List connected devices to Android phone working as WiFi Access point

Is there a way in Android API to list connected devices, when Android phone is acting as WiFi router? And …

android wifi router device access-point
Lightweight network visualization tool

I've been trying to find a tool for monitoring my home network. Before I go into the details, I've looked …

networking wireless router network-monitoring
Exchange Data between multi step forms in Angular2: What is the proven way?

I can imagine following approaches to exchange Data between multi step forms: 1) Create a component for each form step and …

forms angular router multi-step data-exchange
Backbone.js — Call method before/after a route is fired

I want a setup/teardown method to be called before and after a route is fired in my Backbone.js …

backbone.js routes router