Monthly Archives: September 2014

RFID Reader RC522

Datasheets

MFRC522 – Standard 3V MIFARE reader solution

eBay

alice1101983

Mifare RC522 Card Read Antenna RF Module RFID Reader IC Card Proximity Module

Shipping List:

  • 1x RFID-RC522 module
  • 1x standard S50 blank card
  • 1x S50 special-shaped card a (as shown by the key ring shape)
  • 1x straight, curved rows of pin of the article

Tutorials & Code

5Euro RFID/NFC Modul RC522 zum Auslesen von Mifare Tags
knksmith57/eecs373-actel-mfrc522-spi/mfrc522.c
MFRC-522 Rfid Reader Library for Raspberry PI
MFRC-522 Rfid Reader Library for Raspberry PI: Driver/MF522.c
MFRC522 and Arduino
How to get started with the Mifare MF522-AN and Arduino
Ti Tiva C / Stellaris Launchpad
github: stehgold/rc522 – Interfacing MFRC522 with Tiva/Stellaris LP

mikrocontroller.net

Forum

MF-RC522 und Antennenanpassung
Mifare Leser
Daten austausch über RFID
RFID Tierchip auslesen für Katzenklappe

Energia

SPI pin map for Stellaris Launchpad (LM4F120)
Two SPI modules

Optical Character Recognition (OCR)

OCR Software

tesseract-ocr
enfocus PitStop Pro
Foxit PhantomPDF™ Business 6.2
SmartSoft OCR Software
CVISION PDF Images to Text OCR
CVISION Font Recognition Software
CVISION pdf compressor

Articles

Better PDF OCR. ClearScan is smaller, looks better
Better PDF OCR: ClearScan is smaller, looks better

Forum

Acrobat Tips
How can I identify fonts from an image?
How To Recognize A Font?

VoIP

SNOM 300

FAQ

How can I enable multiple language support for snom300
How can I set the phone back to admin mode or factory defaults respectively
Firmware/Update/TFTP Update

XML Konfiguration

Configuration Files
Configuration Files/XML
Mass Deployment V7 (PDF)

update_policy
firmware_status
firmware_interval
admin_mode
admin_mode_password
http_user
http_pass

Grandstream Networks, Inc.

Grandstream HandyTone 486 ATA

Grandstream HandyTone 702 ATA

Grandstream HT701/HT702/HT704 Analog Telephone Adaptor (PDF)

Authentisierung Authentifizierung Autorisierung

  • Identifizierung
  • Verifizierung
  • Authentisierung
  • Authentifizierung
  • Autorisierung

Bei fast allen informationsverarbeitenden Systemen ist eine Identifizierung und Authentifizierung Vorraussetzung für die Autorisierung des Zugriffs auf Daten und Funktionen. Da alle drei Begriffe im Sprachgebrauch häufig synonym verwendet werden, sollen die Vorgänge und Begrifflichkeiten hier einmal abgegrenzt und erklärt werden:

Szenario: A möchte Zugriff auf eine Ressource, die durch Instanz B geschützt wird. A und B können dabei jeweils Personen oder Informationssysteme sein.
Identifizierung: A informiert B über seine Identität
Authentisierung: A übergibt Informationen, die eine Verifizierung seiner Identität durch B erlauben
Authentifizierung: B üerprüft, ob die vorgegebene Identität durch die Authentisierungsdaten bestätigt werden kann
Autorisierung: B läßt nach erfolgreicher Authentifizierung den Zugriff auf angeforderte Ressource zu.

Socket Programming

General

IPv6 Network Programming
Listen for and accept TCP connections in C
Sockets-based Communication Using IPv6
Linux IPv6 HOWTO (en)
Programming using C-API
Socket programming and the C BSD API
Protocol Independent Programming
Convert an IP address to a human-readable string in C

DNS

Using Google Public DNS (with IPv6)

ipv6.google.com

Beej’s Guide to Network Programming

9.7. gethostbyname(), gethostbyaddr()

Manual Pages

Wikipedia

getaddrinfo

linux.die.net

getaddrinfo(3)

man7.org

GETHOSTBYNAME(3)

Question & Statements

How to support both IPv4 and IPv6 connections
FreeBSD: Interesting facts about AI_ADDRCONFIG
Tell whether a text string is an IPv6 address or IPv4 address using standard C sockets API
How to determine if a string is a valid IPv6 address in C++?

Timeout

Linux: is there a read or recv from socket with timeout?
Socket with recv-timeout: What is wrong with this code?
Does recv(…) operate this way?

RFC

RFC 3493 – Basic Socket Interface Extensions for IPv6, February 2003
RFC 4038 – Application Aspects of IPv6 Transition, March 2005

Unix – Set/Rename Process Title

General

prctl – operations on a process

FreeBSD

setproctitle — set process title

Linux

About ELF Auxiliary Vectors
setproctitle()
linux: change the process’ name
procname

argv

procnamemodule.c
Howto change a UNIX process and child process name by modifying argv[0]
change process name without change argv[0] in Linux
Change process name in Linux
Giving a process a specific name in GNU/Linux?