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
=end
# this programm will forward APDU from an IO to a SAP server
require 'lib/client'
require 'sap/client'
require 'socket'
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
=end
# this programm will create a client which can be used to test servers
require 'lib/client'
require 'sap/client'
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
=end
require 'lib/server'
require 'sap/server'
require 'rubygems'
require 'smartcard'
=begin

View File

@ -18,7 +18,7 @@ Copyright (C) 2011 Kevin "tsaitgaist" Redon kevredon@mail.tsaitgaist.info
=end
# this is the client part of the SAP
# it implements the state machine for the client
require 'lib/common'
require 'sap/common'
# this is an abstract class
# 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
# it implements the state machine for the server
# this is an abstract class
require 'lib/common'
require 'sap/common'
# this is an bastract class
# 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
=end
require 'lib/server'
require 'sap/server'
require 'lib/apdu'
require 'socket'
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
=end
require 'lib/client' # SAP client
require 'dbus' # libdbus-ruby
=begin
to monitor bluetooth traffic