• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

19.1 Caveats
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
    • Packages
      • SWI-Prolog C-library
        • library(udp_broadcast): A UDP Broadcast Bridge
          • Caveats
            • udp_broadcast_service/2
            • udp_host_to_address/2
            • udp_broadcast_initialize/2
Availability::- use_module(library(udp_broadcast)).(can be autoloaded)
Source[semidet]udp_broadcast_initialize(+IPAddress, +SubnetMask)
causes any required runtime initialization to occur. At present, proper operation of UDP broadcast depends on local information that is not easily obtained mechanically. In order to determine the appropriate UDP broadcast address, you must supply the IPAddress and SubnetMask for the node that is running this module. These data are supplied in the form of ip/4 terms. This is now required to be included in an applications intialization directive.
ClioPatria (version V3.1.1-21-gb8003bb)