Serves allay packages over rednet. Install on a CC computer with a wireless modem, run it, and other CC computers on the same network can fetch packages from you with allay-rednet-transport.
allay install allay-server
Set the computer's label (becomes its rednet station name):
label set my-source
Put package definitions and files in a directory, e.g. /home/allay-source/:
/home/allay-source/index.lua
/home/allay-source/foo.lua
/home/allay-source/files/foo/init.lua
Run the server:
allay-server /home/allay-source
Other computers add the source:
allay source add rednet://my-source
See allay-rednet-transport for the protocol definition.
MIT.