Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
XFY9326 committed Feb 26, 2024
1 parent 0b5bec0 commit 3e81852
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Xiaomi NDEF

![!python-versions](https://img.shields.io/badge/Python-3.10-blue)
[![Pypi](https://img.shields.io/pypi/v/xiaomi_ndef?color=orange)](https://pypi.org/project/xiaomi_ndef/)
[![Pypi](https://img.shields.io/pypi/v/xiaomi-ndef?color=orange)](https://pypi.org/project/xiaomi-ndef/)

[![Test](https://github.com/XFY9326/XiaomiNDEF/actions/workflows/test.yml/badge.svg)](https://github.com/XFY9326/XiaomiNDEF/actions/workflows/test.yml)
[![Release](https://github.com/XFY9326/XiaomiNDEF/actions/workflows/release.yml/badge.svg)](https://github.com/XFY9326/XiaomiNDEF/actions/workflows/release.yml)
Expand All @@ -10,6 +10,10 @@ Encode and decode NDEF message using Xiaomi NFC protocol.

## Usage

```shell
pip install xiaomi-ndef
```

```python
from pyndef import NdefMessage

Expand Down Expand Up @@ -74,6 +78,20 @@ XiaomiNfcPayload(
)
```

## Related Projects

- [PyNdef](https://github.com/XFY9326/PyNdef)
- [MiLinkNFC](https://github.com/XFY9326/MiLinkNFC)

## Reference

| Package name | Version |
|---------------------------------|----------------------------|
| `com.xiaomi.mi_connect_service` | `3.1.453.10` |
| `com.milink.service` | `15.0.5.0.ceaac61.2919843` |
| `com.xiaomi.smarthome` | `9.1.501` |
| `com.android.nfc` | `14` |

## License

```text
Expand Down

0 comments on commit 3e81852

Please sign in to comment.