librfid
18 years agoadd mifare ultralight support (incomplete)
laforge [Thu, 20 Oct 2005 20:15:49 +0000 (20:15 +0000)]
add mifare ultralight support (incomplete)

git-svn-id: https://svn.gnumonks.org/trunk/librfid@1543 e0336214-984f-0b4b-a45f-81c69e1f0ede

18 years agofix chaining in Rx case
laforge [Thu, 13 Oct 2005 12:53:05 +0000 (12:53 +0000)]
fix chaining in Rx case

git-svn-id: https://svn.gnumonks.org/trunk/librfid@1526 e0336214-984f-0b4b-a45f-81c69e1f0ede

18 years agorfid_reader_close() is "void" (Juergen Heinzl)
laforge [Tue, 13 Sep 2005 12:14:57 +0000 (12:14 +0000)]
rfid_reader_close() is "void" (Juergen Heinzl)

git-svn-id: https://svn.gnumonks.org/trunk/librfid@1432 e0336214-984f-0b4b-a45f-81c69e1f0ede

18 years agoCRC_RX|CRC_TX, not twice TX (Juergen Heinzl)
laforge [Tue, 13 Sep 2005 12:14:06 +0000 (12:14 +0000)]
CRC_RX|CRC_TX, not twice TX (Juergen Heinzl)

git-svn-id: https://svn.gnumonks.org/trunk/librfid@1431 e0336214-984f-0b4b-a45f-81c69e1f0ede

18 years agoupdate todo
laforge [Sun, 11 Sep 2005 20:02:58 +0000 (20:02 +0000)]
update todo

git-svn-id: https://svn.gnumonks.org/trunk/librfid@1430 e0336214-984f-0b4b-a45f-81c69e1f0ede

18 years agofix WUPB/REQB handling (Juergen Heinzl)
laforge [Sun, 11 Sep 2005 20:01:03 +0000 (20:01 +0000)]
fix WUPB/REQB handling (Juergen Heinzl)

git-svn-id: https://svn.gnumonks.org/trunk/librfid@1429 e0336214-984f-0b4b-a45f-81c69e1f0ede

18 years agoImplement 14443-4 (T=CL) PPS
laforge [Sun, 11 Sep 2005 20:00:36 +0000 (20:00 +0000)]
Implement 14443-4 (T=CL) PPS

git-svn-id: https://svn.gnumonks.org/trunk/librfid@1428 e0336214-984f-0b4b-a45f-81c69e1f0ede

18 years agofix some TCL / ISO14443B interaction on FWT
laforge [Sun, 11 Sep 2005 20:00:19 +0000 (20:00 +0000)]
fix some TCL / ISO14443B interaction on FWT

git-svn-id: https://svn.gnumonks.org/trunk/librfid@1427 e0336214-984f-0b4b-a45f-81c69e1f0ede

18 years agouse 64bit timeout values throughout the code, since some timeouts exceeds 4.8 billion...
laforge [Sun, 11 Sep 2005 19:59:58 +0000 (19:59 +0000)]
use 64bit timeout values throughout the code, since some timeouts exceeds 4.8 billion microseconds (seconds).

git-svn-id: https://svn.gnumonks.org/trunk/librfid@1426 e0336214-984f-0b4b-a45f-81c69e1f0ede

18 years agoAs Juergen Heinzl pointed out, much of my original fwi calculations evaluated
laforge [Sun, 11 Sep 2005 19:59:05 +0000 (19:59 +0000)]
As Juergen Heinzl pointed out, much of my original fwi calculations evaluated
to zero due to the integer range limitations.  shifting everything to the microsecond
range should solve this problem without introducing ugly floating point arithmetics.

git-svn-id: https://svn.gnumonks.org/trunk/librfid@1425 e0336214-984f-0b4b-a45f-81c69e1f0ede

18 years agoChange RX_WAIT to reset default instead of omnikey proprietary driver value
laforge [Sun, 11 Sep 2005 19:58:39 +0000 (19:58 +0000)]
Change RX_WAIT to reset default instead of omnikey proprietary driver value

git-svn-id: https://svn.gnumonks.org/trunk/librfid@1424 e0336214-984f-0b4b-a45f-81c69e1f0ede

18 years agoSome updates and remarks referring to mc073930.pdf (Errata?) by Juergen Heinzl
laforge [Sun, 11 Sep 2005 19:58:20 +0000 (19:58 +0000)]
Some updates and remarks referring to mc073930.pdf (Errata?) by Juergen Heinzl

git-svn-id: https://svn.gnumonks.org/trunk/librfid@1423 e0336214-984f-0b4b-a45f-81c69e1f0ede

18 years agoSome cosmetic changes (Juergen Heinzl)
laforge [Sun, 11 Sep 2005 19:58:00 +0000 (19:58 +0000)]
Some cosmetic changes (Juergen Heinzl)

git-svn-id: https://svn.gnumonks.org/trunk/librfid@1422 e0336214-984f-0b4b-a45f-81c69e1f0ede

18 years ago- start 15693 implementation
laforge [Tue, 14 Jun 2005 12:41:42 +0000 (12:41 +0000)]
- start 15693 implementation
- build a real library (librfid.a)

git-svn-id: https://svn.gnumonks.org/trunk/librfid@1215 e0336214-984f-0b4b-a45f-81c69e1f0ede

18 years agoupdate of TODO list
laforge [Mon, 13 Jun 2005 09:20:05 +0000 (09:20 +0000)]
update of TODO list

git-svn-id: https://svn.gnumonks.org/trunk/librfid@1211 e0336214-984f-0b4b-a45f-81c69e1f0ede

18 years agoselect_mf() and get_challenge() to test whether T=CL layer is working
laforge [Mon, 13 Jun 2005 09:19:51 +0000 (09:19 +0000)]
select_mf() and get_challenge() to test whether T=CL layer is working

git-svn-id: https://svn.gnumonks.org/trunk/librfid@1210 e0336214-984f-0b4b-a45f-81c69e1f0ede

18 years ago- add support for toggle bit
laforge [Mon, 13 Jun 2005 09:19:02 +0000 (09:19 +0000)]
- add support for toggle bit
- full implementation of ACK / chaining for both Rx and Tx

git-svn-id: https://svn.gnumonks.org/trunk/librfid@1209 e0336214-984f-0b4b-a45f-81c69e1f0ede

18 years agoshuffle structure elements to cope with atr[0]
laforge [Mon, 13 Jun 2005 09:17:31 +0000 (09:17 +0000)]
shuffle structure elements to cope with atr[0]

git-svn-id: https://svn.gnumonks.org/trunk/librfid@1208 e0336214-984f-0b4b-a45f-81c69e1f0ede

18 years agoadd speed information to data structures
laforge [Mon, 13 Jun 2005 09:17:05 +0000 (09:17 +0000)]
add speed information to data structures

git-svn-id: https://svn.gnumonks.org/trunk/librfid@1207 e0336214-984f-0b4b-a45f-81c69e1f0ede

18 years agopoewr down RC632 before powering it up to ensure all PICC's are reset in open()
laforge [Mon, 13 Jun 2005 09:16:39 +0000 (09:16 +0000)]
poewr down RC632 before powering it up to ensure all PICC's are reset in open()

git-svn-id: https://svn.gnumonks.org/trunk/librfid@1206 e0336214-984f-0b4b-a45f-81c69e1f0ede

18 years agosome more reader-related debugging
laforge [Mon, 13 Jun 2005 09:15:33 +0000 (09:15 +0000)]
some more reader-related debugging

git-svn-id: https://svn.gnumonks.org/trunk/librfid@1205 e0336214-984f-0b4b-a45f-81c69e1f0ede

19 years agoadd gpl disclaimers
laforge [Sun, 29 May 2005 18:21:58 +0000 (18:21 +0000)]
add gpl disclaimers

git-svn-id: https://svn.gnumonks.org/trunk/librfid@1182 e0336214-984f-0b4b-a45f-81c69e1f0ede

19 years agomove librfid to new location in repository
laforge [Sun, 29 May 2005 18:05:31 +0000 (18:05 +0000)]
move librfid to new location in repository

git-svn-id: https://svn.gnumonks.org/trunk/librfid@1181 e0336214-984f-0b4b-a45f-81c69e1f0ede