home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
Submit: code patches (MediaPortal/TV-Server/etc.)
Configure broadcast address for WOL
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="mm1352000" data-source="post: 1021154" data-attributes="member: 82144"><p>Thanks for the patch <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite24" alt="(y)" title="Thumbs Up (y)" loading="lazy" data-shortname="(y)" /></p><p>These days we really like to avoid adding additional settings unless it is really necessary. Just wondering whether it would be possible to get the same functionality without adding a setting by putting the call in a loop like this:</p><p>[code] IPHostEntry local = Dns.GetHostEntry(Dns.GetHostName());</p><p> foreach (IPAddress ipaddress in local.AddressList)</p><p> {</p><p> // send broadcast packet on interface</p><p> }</p><p>[/code]</p><p> </p><p>Could you confirm?</p></blockquote><p></p>
[QUOTE="mm1352000, post: 1021154, member: 82144"] Thanks for the patch (y) These days we really like to avoid adding additional settings unless it is really necessary. Just wondering whether it would be possible to get the same functionality without adding a setting by putting the call in a loop like this: [code] IPHostEntry local = Dns.GetHostEntry(Dns.GetHostName()); foreach (IPAddress ipaddress in local.AddressList) { // send broadcast packet on interface } [/code] Could you confirm? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
Submit: code patches (MediaPortal/TV-Server/etc.)
Configure broadcast address for WOL
Contact us
RSS
Top
Bottom