Re: SV: NFC

2019-03-30 Thread Rune Back
Does anyone have any experiences concerning https://www.freedomjs.org/ ?

Den ons 27 mars 2019 kl 16:17 skrev Remi Grumeau :

> 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.
>
>
> Le 27 mars 2019 à 13:38, Mogens Beltoft  a écrit :
>
> 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
>
> Den 27. marts 2019 kl. 13.20.03 +01.00, skrev Satu satu <
> rune.b...@gmail.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
> 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
>
> Le 27 mars 2019 à 12:14, Rune Back  a écrit :
>
> Hi!
>
> Does anyone know anything about NFC (Near Field Communication)? Where can
> I find more info? Has anyone integrated it with EMY?
>
> Rune
>
> --
> 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+unsubscr...@googlegroups.com.
> To post to this group, send email to iphonewebdev@googlegroups.com.
> Visit this group at https://groups.google.com/group/iphonewebdev.
> For more options, visit https://groups.google.com/d/optout.
>
>
>
> --
> 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+unsubscr...@googlegroups.com.
> To post to this group, send email to iphonewebdev@googlegroups.com.
> Visit this group at https://groups.google.com/group/iphonewebdev.
> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> 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+unsubscr...@googlegroups.com.
> To post to this group, send email to iphonewebdev@googlegroups.com.
> Visit this group at https://groups.google.com/group/iphonewebdev.
> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> 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+unsubscr...@googlegroups.com.
> To post to this group, send email to iphonewebdev@googlegroups.com.
> Visit this group at https://groups.google.com/group/iphonewebdev.
> For more options, visit https://groups.google.com/d/optout.
>
> --
> 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+unsubscr...@googlegroups.com.
> To post to this group, send email to iphonewebdev@googlegroups.com.
> Visit this group at https://groups.google.com/group/iphonewebdev.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to iphonewebdev@googlegroups.com.
Visit this group at https://groups.google.com/group/iphonewebdev.
For more options, visit https://groups.google.com/d/optout.


Re: SV: NFC

2019-03-27 Thread Remi Grumeau
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.


> Le 27 mars 2019 à 13:38, Mogens Beltoft  a écrit :
> 
> 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
> 
>> Den 27. marts 2019 kl. 13.20.03 +01.00, skrev Satu satu 
>> :
>> 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
>> 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
>> 
>> Le 27 mars 2019 à 12:14, Rune Back  a écrit :
>> 
>> Hi!
>> 
>> Does anyone know anything about NFC (Near Field Communication)? Where can I 
>> find more info? Has anyone integrated it with EMY?
>> 
>> Rune
>> 
>> --
>> 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+unsubscr...@googlegroups.com.
>> To post to this group, send email to iphonewebdev@googlegroups.com.
>> Visit this group at https://groups.google.com/group/iphonewebdev.
>> For more options, visit https://groups.google.com/d/optout.
>> 
>> 
>> 
>> --
>> 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+unsubscr...@googlegroups.com.
>> To post to this group, send email to iphonewebdev@googlegroups.com.
>> Visit this group at https://groups.google.com/group/iphonewebdev.
>> For more options, visit https://groups.google.com/d/optout.
>> 
>> 
>> --
>> 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+unsubscr...@googlegroups.com.
>> To post to this group, send email to iphonewebdev@googlegroups.com.
>> Visit this group at https://groups.google.com/group/iphonewebdev.
>> For more options, visit https://groups.google.com/d/optout.
> 
> -- 
> 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+unsubscr...@googlegroups.com.
> To post to this group, send email to iphonewebdev@googlegroups.com.
> Visit this group at https://groups.google.com/group/iphonewebdev.
> For more options, visit https://groups.google.com/d/optout.

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to iphonewebdev@googlegroups.com.
Visit this group at https://groups.google.com/group/iphonewebdev.
For more options, visit https://groups.google.com/d/optout.


Re: SV: NFC

2019-03-27 Thread Mogens Beltoft
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
Den 27. marts 2019 kl. 13.20.03 +01.00, skrev Satu satu :

> 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
> 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
> 
> 
> 
> > Le 27 mars 2019 à 12:14, Rune Back <> a écrit :
> > 
> > 
> > Hi!
> > 
> > Does anyone know anything about NFC (Near Field Communication)? Where can I 
> > find more info? Has anyone integrated it with EMY?
> > 
> > Rune
> > 
> > --
> > 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 .
> > To post to this group, send email to .
> > Visit this group at .
> > For more options, visit .
> > 
> 
> --
> 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 .
> To post to this group, send email to .
> Visit this group at .
> For more options, visit .
> 
> --
> 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 .
> To post to this group, send email to .
> Visit this group at .
> For more options, visit .
> 

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to iphonewebdev@googlegroups.com.
Visit this group at https://groups.google.com/group/iphonewebdev.
For more options, visit https://groups.google.com/d/optout.


SV: NFC

2019-03-27 Thread Satu satu
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.

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

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



Le 27 mars 2019 à 12:14, Rune Back  a écrit :


Hi!


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


Rune


-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to iphonewebdev@googlegroups.com.
Visit this group at https://groups.google.com/group/iphonewebdev.
For more options, visit https://groups.google.com/d/optout.



-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to iphonewebdev@googlegroups.com.
Visit this group at https://groups.google.com/group/iphonewebdev.
For more options, visit https://groups.google.com/d/optout.

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to iphonewebdev@googlegroups.com.
Visit this group at https://groups.google.com/group/iphonewebdev.
For more options, visit https://groups.google.com/d/optout.