With the series 60 SDK 2.0, I am not able to make my Socket work. Other applications with those in Services (E.g. WAP access) work well. I tried the following
- installed the ethernet plugin.
- ran the network_config.bat file in \epoc32\tools
- configured an IP Address, DNS etc.
- configured the adaptor.
These settings were saved properly in the
\epoc32\wins\c\cedout.cfg file
When even after this, the issue did not resolve, I ran the netcards.exe (in the \tools folder).
Again the \epoc32\data\ethermac.dat file displayed proper MAC address. Even after all these, I cant understand why my socket does not work properly.
I also encounter this problem. The SIP plugin can work properly using the ethernet plugin, but my program can't. The socket never works. I use CApSettingsHandler to list all the access points, only "dummy WAP settings" appears. But the SIP plugin shows we should use "LAN_IAP_1".
Does anybody know how to solve this problem? Thanks!
I also encounter this problem. The SIP plugin can work properly using the ethernet plugin, but my program can't. The socket never works. I use CApSettingsHandler to list all the access points, only "dummy WAP settings" appears. But the SIP plugin shows we should use "LAN_IAP_1".
Does anybody know how to solve this problem? Thanks!
i was able to use the sockets program by configuring the ced.cfg files. Read the Help files provided with the 2.1 sdk and make sure to use a DUMMY ip address (anything but 0.0.0.0)