I want to develop a least-cost-router on software basis that has to handle
multiple wireless Internet connections at a time. I want to use WLAN and UMTS
and am already able to scan for access points and connect to one I choose. I
am also able to connect to the UMTS-provider using InternetDial (WinINet).
The problem is that i have to be able to route different applications over
different connections (network-adapters), e. g. route a browser over UMTS and
a video-conferencing-application over WLAN. That has to be configurable.
Is it right that I have to develop an Intermediate NDIS driver or is it also
possible to use TDI, or neither of it?
|