Hi, Im at a university that has a VPN (I suppose,) called Eduroam. I need to make Spark to connect that network. But it demands username and password just after clicking its SSID. How can I do that?
If core couldn’t connect this network, at least I need my pc to send data directly to the core. How can I do that with c++ on my pc?
You won’t be able to connect core to eduroam. My university has exactly the same setup. To resolve the problem I got usb wi-fi card and set it up as an access point, forwarding all packets to eduroam network. Eduroam itself has number of ports blocked, so I’ve also used VPN to access spark cloud and some other network services.
for example on a Mac you can share your (wired ethernet) internet connection via your wireless card. I am sure this is possible on a PC with third party software?
I suppose it’s possible without any program on windows. But, when I setup an access point in my pc, I couldn’t use my wireless adaptor to connect to modem to access to internet. Though, I can use CAT5 cable to connect modem.
Again great idea I think Im going to use routers (not connected to internet) between my PC and the cores because the area will be large enough to make signals weak.
Im going to inform the community about my network design in the future.