KiteTicker with Multiple Network Adapters

bhauaba
bhauaba edited June 2019 in Python client
Hi,
I have been using KiteConnect for couple of months now - all good.
Recently I have added additional Wireless USB Network Adapter to my laptop and hence my machine is connected to two WiFi networks now [I am planning to use WiFi-1 for general purpose work and WiFi-2 for KiteConnect].
My question is - how do I make KiteConnect to go through WiFi-2 ?
I was looking at connect.py and may be "proxies" can help ?
Frankly speaking - I did not get what python requests documentation is saying...

Can some expert help me please ?

Thanks.
Below is how my ipconfig look:
Wireless LAN adapter WiFi-1:

Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::9943:2952:c5ae:2be2%17
IPv4 Address. . . . . . . . . . . : 192.168.1.101
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1

Wireless LAN adapter WiFi-2:

Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::3cb3:85bd:142d:d58b%12
IPv4 Address. . . . . . . . . . . : 192.168.225.209
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.225.1
Sign In or Register to comment.