forked from rsmusllp/termineter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
62 lines (51 loc) · 2.42 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
##########################################################
# ______ _ __ #
# /_ __/__ _________ ___ (_)___ ___ / /____ _____ #
# / / / _ \/ ___/ __ `__ \/ / __ \/ _ \/ __/ _ \/ ___/ #
# / / / __/ / / / / / / / / / / / __/ /_/ __/ / #
# /_/ \___/_/ /_/ /_/ /_/_/_/ /_/\___/\__/\___/_/ #
# #
##########################################################
== Summary ==
Termineter is a framework written in python to provide a platform for
the security testing of smart meters. It implements the C1218 and C1219
protocols for communication. Currently supportted are Meters using
C1219-2007 with 7-bit character sets. Termineter communicates with
Smart Meters via a connection using an ANSI type-2 optical probe with a
serial interface.
== License ==
Copyright (C) 2011, Spencer J. McIntyre
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.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301, USA.
This license does not apply to the following components:
* CrcMoose
== Credits ==
Special Thanks To:
* Caroline Aronoff (Alpha testing and fixing older PySerial
compatibility)
* Chris Murrey - f8lerror (Alpha testing)
* Jake Garlie - jagar (Alpha testing)
* Scott Turner - fantomgoat (Bug report and fix)
* Kevin Underwood (Bug report and fix)
* Don Weber - cutaway (Developer of InGuardians' OptiGuard)
Termineter Development Team:
* Spencer McIntyre of the SecureState Research and Innovation Team
== About ==
Author: Spencer McIntyre
Author Home Page: http://www.securestate.com/
Project Home Page: https://github.com/securestate/termineter
Please Send Bug Reports To: <smcintyre [at] securestate [dot] com>
== Install ==
For install information please see the INSTALL file.
The PySerial library is required and can be found here:
http://pyserial.sourceforge.net/