Module: RNCP

Defined in:
lib/rncp/version.rb,
lib/rncp/files.rb,
lib/rncp/params.rb,
lib/rncp/pusher.rb,
lib/rncp/listener.rb,
lib/rncp/networking.rb

Overview

RNCP - a fast file copy tool for LANs port in Ruby

Copyright © 2013 Jeff Parent

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Defined Under Namespace

Modules: Files, Networking Classes: NcpListener, NcpPusher

Constant Summary collapse

IPV4_GROUP =

IPv4 Multicast Group

'224.110.99.112'
IPV4_BC =

IPv4 Broadcast Address

'255.255.255.255'
PORT =

ncp Server Port

8002
MC_MSG =

Message sent when connecting via multicast

"Multicasting for rncp Version #{RNCP::VERSION}"
BC_MSG =

Message sentw hen connecting via broadcast

"Broadcasting for rncp Version #{RNCP::VERSION}"
VERSION =
'0.0.2'