Month: June 2022

Uncategorized

share IIS site o API on local intranet win10 11

https://docs.microsoft.com/en-us/iis/get-started/getting-started-with-iis/create-a-web-site

https://superuser.com/a/263893/237029

open firewall ports for spec site cause only port 80 default website is open std.

https://manage.accuwebhosting.com/knowledgebase/2886/How-to-Configure-IIS-to-Access-Your-Website-using-an-IP-Address.html

always start first with an easy landing page and add api or biz domain functions later on. step by step, eliminate possible error sources..

Uncategorized

semi dependant API calls sequence in REST realm

https://www.quora.com/What-does-state-mean-in-Representational-State-Transfer-REST

The fundamental explanation is:

No client session state on the server.

but this time we introduce builder.Services.AddSingleton<XObj>();

from my observation, I put activated the Init function after tearing cause the PICC time out occured afterwards. Tcl: //ERROR (code 5): PICC response timed out.

Tcl transmissions worked again after init protocols

err = TransmitTearing(txBuffer, out rxBuffer);
initResult = SendActivationHttpRequest().GetAwaiter().GetResult();
Uncategorized

tearing smartcard RF power

tearing power from cards during command execution. Keolabs SPulse option triggered by Command PCD_EOF triggers RF_POWER output, cycles parameter to align tearing moment.

keo.Spulse.LoadSpulseCsvFile(filepath, fdt, (uint)eFrameTypeFormat.FRAME_TYPE_SPULSE, (uint)eEmulatorLoadSpulseMode.STAND_ALONE);
keo.Spulse.EnableSpulse((uint)eEmulatorSpulseEvent.SP_PCD_EOF, (uint)eEmulatorSpulseOutput.SP_RF_POWER);
keo.Reader.ISO14443.SendTclCommand(0x00, 0x00, ref txBuffer[0], (uint)txBuffer.Length, out rxBuffer[0], (uint)rxBuffer.Length, out rxBufferLength);