Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Query current results as JSON.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Bonjour | 8.4 | ✅ Yes | ✅ Yes | ❌ No | ✅ Yes, on macOS and Windows | ❌ No |
none
Returns JSON or error.
Query results:
Set Variable [$json; MBS( "Bonjour.JSON" )]
Example result:
[{
"interfaceIndex": 4,
"type": "_fmpro-rcfmp12._tcp.",
"domain": "local.",
"serviceName": "WIN-Test",
"IP": "2003:e1:6bc2:c272:7029:44d3:99ae:ab87",
"port": 5003,
"hosts": [{
"interfaceIndex": 4,
"port": 5003,
"fullName": "WIN-Test._fmpro-rcfmp12._tcp.local.",
"hostTarget": "WIN-Test.local.",
"IPs": [{
"port": 5003,
"interfaceIndex": 4,
"ip": "2003:e1:6bc2:c272:7029:44d3:99ae:ab87",
"hostName": "WIN-Test.local.",
"protocol": "IPv6"
}, {
"port": 5003,
"interfaceIndex": 4,
"ip": "fe80::7029:44d3:99ae:ab87",
"hostName": "WIN-Test.local.",
"protocol": "IPv6"
}, {
"port": 5003,
"interfaceIndex": 4,
"ip": "192.168.2.122",
"hostName": "WIN-Test.local.",
"protocol": "IPv4"
}]
}]
}]
Created 28th July 2018, last changed 28th July 2018
Bonjour.Browse - Bonjour.Register
Feedback: Report problem or ask question.