True - same here. But I idn't change any content, behaviour or features - just changed compatibility code so it can be used with MP1.3.x - as requested above ;-)Hi.
@Guzzi
An really important option is missing in 0.4.0... "use IP adress instead of Domain". Without this WPM often did not work (depends on the type of router used in local network) This part of code seems to be missing.
The only thing working for me is display if server is online. If yes, I got a correct message, if not I got an error.
... it's not my plugin and code and I don't have access to svn - I just fixed/(re)added the code missing in svn locally to be able to compile.Hi Guzzi,
I had a look at the source code and it doesn't look like you are specifying a port number for the WOL. Standard ports are ports 7 and 9. To make my laptop send a WOL over the wireless, I need to configure my router to forward those ports. The router won't let me specify port 0, which is what you appear to have for the Connect command: WOLClient.Connect(IPAddress.Broadcast, 0);
I tried to build the trunk code that you have in svn (so that I could test out specifying a port) but it won't build. The Utilities class is missing some methods.
Can you please respond to this post and possibly add either port 7 or 9 to your Connect statement? I'm currently using v 0300 of the plug-in.
Thanks!