Format page for printing
Hi Sandeep,
See https://github.com/ChannelFinder/recsync/commit/bb54796c77c89d5db197df94bd3e721edf1e2ee8 for a commit with a docker file for receiver. Requires a couple of slight changes to receiver to auto register receiver and poll_reactor as twisted plugins. Otherwise you have to manually do it with some thing like:
python3 from twisted.plugin import IPlugin, getPlugins list(getPlugins(IPlugin))
I hope that helps!
Sky