• 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[nondet]udp_host_to_address(?Service, ?Address)
locates a UDP service by name. Service is an atom or grounded term representing the common name of the service. Address is a UDP address structure. A server may advertise its services by name by including the fact, udp:host_to_address(+Service, +Address), somewhere in its source. This predicate can also be used to perform reverse searches. That is it will also resolve an Address to a Service name.
ClioPatria (version V3.1.1-21-gb8003bb)