Packages

Just another Network Logger

Current section

Files

Jump to
net_logger lib udp.ex
Raw

lib/udp.ex

defmodule NetLogger.UDP do
defmacro __using__(_) do
quote do
@port 48042
@bcast {255, 255, 255, 255}
end
end
end