Questions tagged [eid]

eID refers to an Electronic Identity Card, an identity card for online and offline identification towards authorities. Apart from online authentication many EICs also give users the option to sign electronic documents with a digital signature. The EIC has the format of a regular bankcard, with printed identity information on the surface (such as personal details and a photograph) as well as an embedded microchip.

Source: Wikipedia, Text is available under the Creative Commons Attribution-ShareAlike License.

22 questions
0
votes
1 answer

C - Build/Compile/Deploy success but on other machine its failing

I have C code for reading ID card reader, it compiled/build/executes fine in my development PC (Windows 10), where i have my Visual studio 2015. But when i am running the eid.exe to a brand new (Windows 10) machine for unit testing, there its keep…
user285594
0
votes
2 answers

Proximity Beacon API Register EID-Frame

I'm currently working with the Google Proximity Beacon API, especially with the EID-Frame. I was able to register an eid-frame by taking the type "EDDYSTONE", but it is saved with the beacon id "beacons/3!beaconid". The API-Reference clearly says…
Obi-Wan
  • 846
  • 1
  • 11
  • 26
0
votes
0 answers

How to read external electronic device in android

I'm looking to develop an android app that communicates with an external Electronic ID device such as an ear tag on a farm animal. I've been looking around for details on how i can do this, but i've come up with not much. A few government…
SteedsOfWar
  • 543
  • 2
  • 9
  • 23
0
votes
2 answers

Typo3 6.2 eid AjaxDispatcher ignores Controll and action

I’m trying to get my Ajax-Function to call a certain controller inside my Typo3 extension. After several attempts, I decided to go with the same Ajax-Dispatcher that powermail uses. It does show an output, but it completely ignores the supposed…
0
votes
1 answer

Check the driver version of the eID reader and know when it is an old version

I use pkcs11 dll in my wpf project, but i want to know what driver/software version my eID reader has so if it is an old version, we can make a popup with "update your driver for the eID reader" part of code: _pkcs11 = new Pkcs11("beidpkcs11.dll",…
0
votes
1 answer

Typo3 6.x extension Cache issue with extbase eID ajax data passed to modal

The data from ajax (json) is fine and up to date, but the data shown in my modal is the one from the first page load. The data in "console.log" ist correct. Seems to be a chache issue? $('.showCallhistory').click(function(e) { var callsId =…
metaxos
  • 151
  • 1
  • 16
0
votes
1 answer

from ext_localconf.php eID called controller makeInstance does not find any Repository

Because of using ajax i have a eID configured, see below: I would like to use a existing repository of my extension. So i'm loading a Controller via ext_localconf.php which works, i'm in the…
metaxos
  • 151
  • 1
  • 16
1
2