From 7ef5fdb2d4619b7f982452d574757cda6d9ab905 Mon Sep 17 00:00:00 2001 From: Petr Gotthard Date: Mon, 25 Nov 2019 17:54:49 +0100 Subject: [PATCH] Issue #97: Fixed download location --- Makefile | 6 +++--- README.md | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 4f739a1..1f14464 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -APIZIP ?= mercuryapi-1.31.2.zip -APIVER ?= 1.31.2.40 +APIZIP ?= mercuryapi-1.31.1.36-2.zip +APIVER ?= 1.31.1.36 PYTHON ?= $(shell { command -v python3 || command -v python; } 2>/dev/null) .PHONY: all mercuryapi install @@ -25,4 +25,4 @@ mercuryapi-$(APIVER)/.done: $(APIZIP) touch mercuryapi-$(APIVER)/.done $(APIZIP): - curl https://www.jadaktech.com/wp-content/uploads/2018/11/$(APIZIP) -o $(APIZIP) + curl https://www.jadaktech.com/wp-content/uploads/2019/10/$(APIZIP) -o $(APIZIP) diff --git a/README.md b/README.md index 9e5805b..8acf9ad 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Python wrapper for the ThingMagic Mercury API -The [ThingMagic Mercury API](http://www.thingmagic.com/mercuryapi) is used to discover, +The [ThingMagic Mercury API](https://www.jadaktech.com/products/thingmagic-rfid/thingmagic-mercury-api) is used to discover, provision and control ThingMagic RFID readers. Reading RFID tags is as simple as this: @@ -618,8 +618,8 @@ If you get the "ImportError: DLL load failed", make sure you have the installed. To build an installer for other Python releases you need to: - * Download the latest [Mercury API](https://www.jadaktech.com/documentation/rfid/mercuryapi), e.g. - [mercuryapi-1.31.2.zip](https://www.jadaktech.com/wp-content/uploads/2018/11/mercuryapi-1.31.2.zip). + * Download the latest [Mercury API](https://www.jadaktech.com/products/thingmagic-rfid/thingmagic-mercury-api), e.g. + [mercuryapi-1.31.1.36-2.zip](https://www.jadaktech.com/wp-content/uploads/2019/10/mercuryapi-1.31.1.36-2.zip). * Go to mercuryapi-1.31.2.40\c\src\api\ltkc_win32 and run `gencode.bat` * Open mercuryapi-1.31.2.40\c\src\api\ltkc_win32\inc\stdint_win32.h and comment (or delete) the block of `typedef` for `int_fast8_t` through `uint_fast64_t` (8 lines) @@ -653,7 +653,7 @@ git clone https://github.com/gotthardp/python-mercuryapi.git cd python-mercuryapi make ``` -This will download and build the [Mercury API SDK](http://www.thingmagic.com/index.php/manuals-firmware) +This will download and build the [Mercury API SDK](https://www.jadaktech.com/products/thingmagic-rfid/thingmagic-mercury-api) and then it will build the Python module itself. The `make` command will automatically determine which Python version is installed. If both