Shebang and app notes added...

This commit is contained in:
Cort Buffington
2013-11-24 22:01:20 -06:00
parent 8e78d70f0e
commit b74b46e3bd
3 changed files with 7 additions and 0 deletions
+2
View File
@@ -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
+1
View File
@@ -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
Regular → Executable
+4
View File
@@ -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