Giter Club home page Giter Club logo

ndef-nfc's People

Contributors

andijakl avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ndef-nfc's Issues

Unable to parse NDefRecord from record byte array.

I'm using this library for a Xamarin Forms project that supports iOS, Android, and UWP. I am using CoreNFC on iOS to read an NDEF tag. CoreNFC only gives me the bytes of an individual record.

For this library, I only see the ability to create an NDefMessage from a byte array and then loop through that to get the payloads. I have a record payload in byte form but don't see a way to init just a single record to get it's contents.

How can I get the contents from a NDEF Record byte array?

WP8.1 Build failed

I tried to deploy project NdefDemoJS on Nokia Lumia 735. Unfortunatelly I got an error:

1>------ Build started: Project: NdefDemoJS, Configuration: Debug Windows Phone ------
1>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\TypeScript\Microsoft.TypeScript.targets(95,5): warning : The TypeScript Compiler was given no files for compilation, so it will skip compiling.
1>  GeneratedJavascript=
1>  C:\Users\admin\Documents\andijakl_ndef-nfc\ndef-nfc\NdefDemoJS\NdefDemoJS>call "C:\Program Files\nodejs\"\nodevars.bat 
1>  Your environment has been set up for using Node.js 0.12.0 (x64) and npm.
1>  ------ Ensuring correct global installation of package from source package directory: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 12.0\COMMON7\IDE\EXTENSIONS\CVBG2YGT.YF1\packages\vs-mda
1>  ------ Name from source package.json: vs-mda
1>  ------ Version from source package.json: 0.1.75
1>  ------ Current globally installed version: 0.1.75
1>  ------ Package already installed globally at correct version.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
========== Deploy: 0 succeeded, 0 failed, 0 skipped ==========

It's quite confusing cause I'm not sure where is a problem. I'm looking for any help!

Password Protection

Hi,

I want to proctect my data written in NFC chip by my password. So that the data will be read-only and not writale unless I unlock the password in my NFC chip.
I have checked using an app downloaded from Google Play Store that my NFC chip have feature to do a password protection.

I want to build an application to have password protection like that but I cannot find any function in NdefLibrary that support to do a password protection.
I'm using NdefLibrary version 3.1.1 and .NET framework 4.5.

Background task in UWP

Is there any way to use this lib in background task? I want to implement custom actions even if my app based on ndef-nfc is turn off.

Thanks!

NDEF or NDEF:WriteTag

Hi,
Sorry, I'm new to this NFC things, and I didn't understand the difference between NDEF and NDEF:WriteTag. I saw something about Static Tags, but I don't even know the difference between the normal tags!
Could anyone please help me??
Thank you,
Gabriel

Question: Any other platforms to use this package with?

Are you aware of any other platforms (beside the Windows Proximity API) this package can be used with? I currently have an SCL3711 NFC reader/writer. This does not support the Windows Proximity API, but can be used over PC/SC.
I found this repo and it is able to communicate to the reader, and it would be great to use the easily understandable classes in this repository. Abstract away any NDEF complexity for the programmer.

Using Nuget package in UWP proprietary software

Hello!
Can I use Nuget https://www.nuget.org/packages/NdefLibrary package in my proprietary software project and to not open all project code?
I maked some research on this issue and found this post: https://github.com/dotnet/roslyn/issues/162

C# today supports dynamic linking, such that one assembly can reference another and with the latter being available to the former at run time, loaded at run time to be used by the former, etc.

Is it rigth what I can use this Nuget package in my project without project code sharing?
Thanks a lot!

Create new Universal Demo app for C#

The current demo apps are for Windows 8.1 (WinRT) and Windows Phone 8.0.
For completeness, also create a Universal App as a demo (which is pretty much the same as the Windows 8.1 demo app).

error 404 Not Found: vs-mda

I can not install vs-mda or vs-mda-target which is neccessary to open JSdemo project. Please help!

28 verbose cwd C:\Users\admin\Documents\test
29 error Windows_NT 6.3.9600
30 error argv "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "-g" "install" "vs-mda"
31 error node v0.12.0
32 error npm  v2.5.1
33 error code E404
34 error 404 Not Found: vs-mda
34 error 404
34 error 404 'vs-mda' is not in the npm registry.
34 error 404 You should bug the author to publish it (or use the name yourself!)
34 error 404
34 error 404 Note that you can also install from a
34 error 404 tarball, folder, http url, or git url.
35 verbose exit [ 1, true ]

Xamarin Forms Demo

Any chance of a Xamarin Forms demo (UWP/Android - NET Standard)?
Thanks
Paul.

Adding a net461 framework target to the NdefLibrary.csproj

In the NdefLibrary.csproj, add a target to the .net framework 4.6.1.

<PropertyGroup> <TargetFrameworks>netstandard1.4;net461</TargetFrameworks>
By reference to this link (https://docs.microsoft.com/fr-fr/dotnet/standard/net-standard#net-platforms-support) netstandard 1.4 is compatible with net framework 4.6.1

This modification will be useful when using the NdefLibrary package in a .net framework project, so the application would not have to reference the .NETStandard.Library.

Handover Request

The current library includes all classes to read & write tags that initiate a connection handover. New releases could add the remaining handover classes that allow peer-to-peer handover scenarios, which would require the Handover Request NDEF record.

NdefLibraryExtension not compatible with UWP

I clonedthe project to try out the demo, but I realize that NdefLibraryExtension in nuget is not compatible with UWP yet. So I try to build to lib, but cant not because of antlr.runtime.dll missing.
I cant get the demo to work.

Add Bluetooth LE support

Currently, the NDEF library fully supports Bluetooth services according to the latest specifications. In the future, the library will also add additional Bluetooth LE services.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.