From b74b46e3bd64c824b3bc58dbe01dd5ae19f6cac4 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Sun, 24 Nov 2013 22:01:20 -0600 Subject: [PATCH] Shebang and app notes added... --- bridge.py | 2 ++ dmrlink.py | 1 + log.py | 4 ++++ 3 files changed, 7 insertions(+) mode change 100644 => 100755 log.py diff --git a/bridge.py b/bridge.py index 40317da..fea7e67 100755 --- a/bridge.py +++ b/bridge.py @@ -8,6 +8,8 @@ # Creative Commons, 444 Castro Street, Suite 900, Mountain View, # California, 94041, USA. +# This is a sample application to bridge traffic between IPSC networks + from __future__ import print_function from twisted.internet.protocol import DatagramProtocol from twisted.internet import reactor diff --git a/dmrlink.py b/dmrlink.py index 0fdcd36..344b4c5 100755 --- a/dmrlink.py +++ b/dmrlink.py @@ -1,4 +1,5 @@ #!/usr/bin/env python + # Copyright (c) 2013 Cortney T. Buffington, N0MJS and the K0USY Group. n0mjs@me.com # # This work is licensed under the Creative Commons Attribution-ShareAlike diff --git a/log.py b/log.py old mode 100644 new mode 100755 index 8b135c7..fd96a3d --- a/log.py +++ b/log.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + # Copyright (c) 2013 Cortney T. Buffington, N0MJS and the K0USY Group. n0mjs@me.com # # This work is licensed under the Creative Commons Attribution-ShareAlike @@ -6,6 +8,8 @@ # Creative Commons, 444 Castro Street, Suite 900, Mountain View, # California, 94041, USA. +# This is a sample application that snoops voice traffic to log calls + from __future__ import print_function from twisted.internet.protocol import DatagramProtocol from twisted.internet import reactor