10
0
Fork 0

files moved

This commit is contained in:
Kevin Redon 2011-05-06 19:19:43 +02:00
parent 2f5262ee15
commit b2218d21b5
8 changed files with 6 additions and 7 deletions

View File

@ -18,7 +18,7 @@ along with sofSIM. If not, see <http://www.gnu.org/licenses/>.
Copyright (C) 2011 Kevin "tsaitgaist" Redon kevredon@mail.tsaitgaist.info Copyright (C) 2011 Kevin "tsaitgaist" Redon kevredon@mail.tsaitgaist.info
=end =end
# this programm will forward APDU from an IO to a SAP server # this programm will forward APDU from an IO to a SAP server
require 'lib/client' require 'sap/client'
require 'socket' require 'socket'
SAP_HOST = "localhost" SAP_HOST = "localhost"

View File

@ -18,7 +18,7 @@ along with sofSIM. If not, see <http://www.gnu.org/licenses/>.
Copyright (C) 2011 Kevin "tsaitgaist" Redon kevredon@mail.tsaitgaist.info Copyright (C) 2011 Kevin "tsaitgaist" Redon kevredon@mail.tsaitgaist.info
=end =end
# this programm will create a client which can be used to test servers # this programm will create a client which can be used to test servers
require 'lib/client' require 'sap/client'
require 'lib/apdu' require 'lib/apdu'
#============= #=============

View File

@ -17,7 +17,7 @@ along with sofSIM. If not, see <http://www.gnu.org/licenses/>.
Copyright (C) 2011 Kevin "tsaitgaist" Redon kevredon@mail.tsaitgaist.info Copyright (C) 2011 Kevin "tsaitgaist" Redon kevredon@mail.tsaitgaist.info
=end =end
require 'lib/server' require 'sap/server'
require 'rubygems' require 'rubygems'
require 'smartcard' require 'smartcard'
=begin =begin

View File

@ -18,7 +18,7 @@ Copyright (C) 2011 Kevin "tsaitgaist" Redon kevredon@mail.tsaitgaist.info
=end =end
# this is the client part of the SAP # this is the client part of the SAP
# it implements the state machine for the client # it implements the state machine for the client
require 'lib/common' require 'sap/common'
# this is an abstract class # this is an abstract class
# TODO : # TODO :

View File

@ -19,7 +19,7 @@ Copyright (C) 2011 Kevin "tsaitgaist" Redon kevredon@mail.tsaitgaist.info
# this is the server part of the SAP # this is the server part of the SAP
# it implements the state machine for the server # it implements the state machine for the server
# this is an abstract class # this is an abstract class
require 'lib/common' require 'sap/common'
# this is an bastract class # this is an bastract class
# TODO (not implemented) : # TODO (not implemented) :

View File

@ -17,7 +17,7 @@ along with sofSIM. If not, see <http://www.gnu.org/licenses/>.
Copyright (C) 2011 Kevin "tsaitgaist" Redon kevredon@mail.tsaitgaist.info Copyright (C) 2011 Kevin "tsaitgaist" Redon kevredon@mail.tsaitgaist.info
=end =end
require 'lib/server' require 'sap/server'
require 'lib/apdu' require 'lib/apdu'
require 'socket' require 'socket'
require 'xml' require 'xml'

View File

@ -17,7 +17,6 @@ along with sofSIM. If not, see <http://www.gnu.org/licenses/>.
Copyright (C) 2011 Kevin "tsaitgaist" Redon kevredon@mail.tsaitgaist.info Copyright (C) 2011 Kevin "tsaitgaist" Redon kevredon@mail.tsaitgaist.info
=end =end
require 'lib/client' # SAP client
require 'dbus' # libdbus-ruby require 'dbus' # libdbus-ruby
=begin =begin
to monitor bluetooth traffic to monitor bluetooth traffic