NFC

10 views
Skip to first unread message

Rune Back

unread,
Mar 27, 2019, 7:13:42 AM3/27/19
to iphone...@googlegroups.com
Hi!

Does anyone know anything about NFC (Near Field Communication)? Where can I find more info? Has anyone integrated it with EMY?

Rune

Remi Grumeau

unread,
Mar 27, 2019, 7:44:27 AM3/27/19
to iphonewebdev
Hi Rune,

NFC is a network protocol, EMY is a client side library. There is no such thing as integrating EMY with NFC …

At best, you can connect an EMY app to a NFC reader via UDF / WebSocket. 
A NFC reader connected to a ESP8866 could do that for cheap I guess.

But that’s pure Javascript, not really something related to a frontend UI library.

Cheers,
Remi

--
You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to iphonewebdev...@googlegroups.com.
To post to this group, send email to iphone...@googlegroups.com.
Visit this group at https://groups.google.com/group/iphonewebdev.
For more options, visit https://groups.google.com/d/optout.

Satu satu

unread,
Mar 27, 2019, 8:20:10 AM3/27/19
to iphone...@googlegroups.com
Interesting!
I use över 200Kb JS code, without  counting EMY. I can very well add som Kbs to it in order to make NFC work.
In some industries the information the company owns is what really gives the company it's value. In those cases they guard the information at any cost. I thought it would be a great sales argument for such a company if my APP would be able to data transfer using NFC instead of data transfer via the server.
R.

Från: Remi Grumeau
Skickat: ‎27.‎3.‎2019 13:44
Till: iphonewebdev
Ämne: Re: NFC

Mogens Beltoft

unread,
Mar 27, 2019, 8:39:01 AM3/27/19
to iphone...@googlegroups.com
NFC is an RFID technology (NFC is near field RFID), not a way of communicating arbitrary data between devices.
I guess you should look into encrypting the data you need to communicate.
I don't see that many ways around talking to a server of some kind to communicate between devices from web environment.

/Mogens

Remi Grumeau

unread,
Mar 27, 2019, 10:18:00 AM3/27/19
to iphone...@googlegroups.com
If you want to transfer datas between two computers, the only other way i see would be a P2P communication via WebRTC. I never did try it btw.

WebBluetooth might be a way too.

But nothing here helps with NFC btw.

Rune Back

unread,
Mar 30, 2019, 5:55:56 AM3/30/19
to iphone...@googlegroups.com
Does anyone have any experiences concerning https://www.freedomjs.org/ ?
Reply all
Reply to author
Forward
0 new messages