1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:57:35 +00:00
serenity/Userland/Services
Sergey Bugaev bb06e720de LookupServer: Implement basic mDNS support :^)
The implementation is extremely basic, and is far from fully conforming
to the spec. Among other things, it does not really work in case there
are multiple network adapters.

Nevertheless, it works quite well for the simple case! You can now do
this on your host machine:

$ ping courage.local

and same on your Serenity box:

$ ping host-machine-name.local
2021-05-05 21:16:17 +02:00
..
AudioServer Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
ChessEngine Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Clipboard Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
CrashDaemon Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
DHCPClient Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
EchoServer AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
FileOperation Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ImageDecoder Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
LaunchServer Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
LookupServer LookupServer: Implement basic mDNS support :^) 2021-05-05 21:16:17 +02:00
NotificationServer Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
RequestServer Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
SymbolServer Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
SystemServer Kernel: Expose minor device numbers for keyboard and mouse 2021-05-01 20:07:11 +02:00
Taskbar Userland: Make IPC results with one return value available directly 2021-05-03 21:14:40 +02:00
TelnetServer AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
WebContent Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
WebServer Userland: Fix 64-bit portability issues 2021-05-03 08:42:39 +02:00
WebSocket Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
WindowServer WindowServer: Ignore mouse clicks we're not handling 2021-05-04 08:40:00 +02:00
CMakeLists.txt Services: Rename ProtocolServer to RequestServer 2021-04-25 19:04:34 +02:00