iceman1001
3cf06cf478
update hint loglevel
2020-03-15 13:27:43 +01:00
Daniel Underhay
132bd6c1f7
Add colour to hf 14a and hf mfu commands
2020-03-15 19:57:47 +11:00
Daniel Underhay
875aaee795
Last changes
2020-03-14 01:58:14 +11:00
Daniel Underhay
267063a05c
Fix compile errors
2020-03-14 01:52:25 +11:00
Daniel Underhay
3e8c4b2173
Typo
2020-03-14 01:22:22 +11:00
Daniel Underhay
e041e625c0
Colour fixes
2020-03-14 01:17:31 +11:00
Daniel Underhay
266f2f0fc8
Add colour to lf hid
commands
2020-03-14 01:09:25 +11:00
iceman1001
107b474b8a
whitespace
2020-03-10 17:05:45 +01:00
iceman1001
783d97bd09
Chg: added hint texts to lf clone commands
2020-03-02 13:59:41 +01:00
iceman1001
da21f94b66
fix coverity 267478
2020-03-01 17:15:48 +01:00
iceman1001
c30bb354ac
chg: 'lf hid brute' - now uses UP/DOWN to specify direction only, more verbose and actually exits when done.
2020-02-29 09:27:55 +01:00
capnkrunchy
e14c11e1c8
Fix lf hid brute
2020-02-27 11:26:16 -06:00
iceman1001
e2d2e86df6
textual
2020-02-03 20:53:50 +01:00
iceman1001
3e7f687e48
not verbose
2020-01-09 20:02:01 +01:00
iceman1001
cec9330a79
textual
2019-10-16 10:32:50 +02:00
Philippe Teuwen
395d0f9ebf
make style
2019-10-13 00:48:26 +02:00
iceman1001
0556c83570
fixes
2019-10-09 14:30:50 +02:00
David Lam
b2592a2f1c
display high bit for Kastle HID to allow for lf hid clone
2019-10-07 14:56:20 -04:00
Philippe Teuwen
4ae8a3d86b
fix few printf arg types
2019-10-05 23:56:19 +02:00
iceman1001
9cdc26207f
add 'lf hid watch' , 'lf awid watch', 'lf io watch'
2019-09-22 13:04:28 +02:00
iceman1001
e5ffcfd513
chg: 'lf hid brute' - use new wiegand formats. see helptext for more details
2019-09-19 13:46:38 +02:00
iceman1001
2626c31d3d
links
2019-09-18 19:43:55 +02:00
Philippe Teuwen
59e66ce5fd
lf hid sim: add support for long ID
2019-09-15 02:00:42 +02:00
Philippe Teuwen
9275304640
lf hid clone: fix some stuff related to long ID, still clone doesn't seem to work
2019-09-15 01:36:38 +02:00
Philippe Teuwen
d19754567d
summer restructuring:
...
* .h include only the strict minimum for their own parsing
* this forces all files to include explicitment their needs and not count on far streched dependencies
* this helps Makefile to rebuild only the minimum
* according to this rule, most standalone .h are now gone
* big app.h is gone
* remove seldom __cplusplus, if c++ happens, everything will have to be done properly anyway
* all unrequired include were removed
* split common/ into common/ (client+arm) and common_arm/ (os+bootloader)
* bring zlib to common/
* bring stuff not really/not yet used in common back to armsrc/ or client/
* bring liblua into client/
* bring uart into client/
* move some portions of code around (dbprint, protocols,...)
* rename unused files into *_disabled.[ch] to make it explicit
* rename soft Uarts between 14a, 14b and iclass, so a standalone could use several without clash
* remove PrintAndLogDevice
* move deprecated-hid-flasher from client to tools
* Makefiles
* treat deps in armsrc/ as in client/
* client: stop on warning (-Werror), same as for armsrc/
Tested on:
* all standalone modes
* Linux
2019-08-11 21:42:01 +02:00
Philippe Teuwen
a0a232a985
rename few CMD_* to get some less diversity
2019-08-03 19:48:02 +02:00
Philippe Teuwen
733a7d836d
more ARRAYLEN
2019-08-01 00:14:09 +02:00
Philippe Teuwen
844d732297
Replace ukbhit by kbd_enter_pressed, not requiring tcgetattr:
...
Note that it behaves differently now
* it looks for Enter key only, not any key
* it "eats" the input, no need for (void)getchar() after it
* it works the same no matter the value of ICANON
* the mingw version has been adapted to act the similarly
This should fix its usage on Android where tcgetattr always returns -1
2019-07-11 13:01:34 +02:00
Philippe Teuwen
1ebfa897c8
remove some cppcheck warnings
2019-06-12 06:41:23 -07:00
Philippe Teuwen
a55e597e36
make style
2019-06-07 21:40:33 +02:00
iceman1001
f8dbf6138a
fix: lf sim - dont forget to PACK your structs on both sides\n chg: data convertbitstream - converts bit to max/min in order to facilitate demodulation of simulation data
2019-05-23 06:12:20 -04:00
iceman1001
150fc205b2
chg - returns
2019-05-22 10:10:48 -04:00
Philippe Teuwen
39c7941930
style
2019-05-09 20:20:54 +02:00
Philippe Teuwen
2c10482279
all LF sim: client waits till button pressed
2019-05-09 00:08:59 +02:00
Philippe Teuwen
2f1061f95b
rework ping
2019-05-07 23:35:09 +02:00
Philippe Teuwen
290f2b625b
Automated upgrades SendCommandOLD/MIX 0,0,0,NULL,0 -> NG and SendCommandOLD ....,NULL,0 -> MIX
2019-05-07 19:51:33 +02:00
Philippe Teuwen
32bb9511ec
Replace WITH_LF by dynamic detection in client
2019-05-02 00:02:38 +02:00
Philippe Teuwen
ca43afa19b
begin of dynamic capabilities handling in client
2019-05-01 20:48:15 +02:00
Philippe Teuwen
820a6d99a9
better offline mode
2019-04-30 23:52:40 +02:00
Philippe Teuwen
c4766b2649
Semi-Automated SendCommand -> SendCommandOLD
2019-04-19 23:01:13 +02:00
Philippe Teuwen
1b6a45ac17
propagate CmdsParse return value
2019-04-19 00:47:51 +02:00
Philippe Teuwen
482db05741
Rename few stuff for consistency
2019-04-18 12:49:51 +02:00
Philippe Teuwen
533667ea6d
Better Reply structs
2019-04-17 23:44:48 +02:00
Philippe Teuwen
be15ad7fec
Viva la revolucion
2019-04-17 21:30:01 +02:00
Philippe Teuwen
f6a6ec8447
Rework Cmd exposed API, use more static and fix [-Wmissing-prototypes], ongoing...
2019-04-12 01:55:25 +02:00
iceman1001
7547952a4d
style
2019-04-11 07:40:50 +02:00
David Beauchamp
5317fa0277
Restore log level
2019-04-10 20:44:21 -04:00
David Beauchamp
8d479e3a68
Add 36bit HID format, extend calcWiegand() to include oem bits
2019-04-10 20:34:42 -04:00
Philippe Teuwen
919cfb5841
more [-Wmissing-field-initializers]
2019-04-10 15:01:19 +02:00
Philippe Teuwen
0ab6de64d4
structs: initializes explicitely all fields, so we can detect when we really forgot one [-Wmissing-field-initializers]
2019-04-10 13:59:00 +02:00