AltBeacon / windows-beacon-library

Tools for working with beacons on Windows
Apache License 2.0
33 stars 14 forks source link

Identifier, Beacon and BeaconParser #1

Closed furkanvarol closed 9 years ago

furkanvarol commented 9 years ago

For now, I only could convert 3 classes. I tried to follow Microsoft convention so that when people use this classes will not feel writing Java but .Net like it should be.

Btw, since I only converted 3 class, Beacon class is not complete (because of distance calculator) and also I since NLog is a little bit different than Android Logger I needed to exchange thoughts on how LogManager should implemented or even do we need it.

I also added unit test so you can be sure code works on your test cases.

Also, I have created a multi-project structure but If you don't like it feel free to change or comment.

davidgyoung commented 9 years ago

Even with all the caveats, this is a great starting point!