Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 26 additions & 1 deletion docs/concepts/universal-filament-identity.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ flowchart LR
TTP["TigerTag+<br/>the chip carries a real catalogue product<br/>(still 100% offline; signed = TigerTag+ Certified)"]
TD -- "pick it from the catalogue" --> TDP
TD -- "write to a chip" --> TT -- "pick a catalogue product" --> TTP
TDP -- "write to a chip" --> TT
TDP -- "write to a chip" --> TTP
```

- **TigerData** is the protocol *before* the chip: the same identity, stored
Expand Down Expand Up @@ -76,6 +76,31 @@ all four states travel as files: the
more inventory materials — TigerData, TigerData+, TigerTag or TigerTag+ — on a USB
stick, in a mail, between tools.

## Promotion: from a record to a chip

*Promoting* a spool is the move from the left of the diagram to the right: an
existing TigerData or TigerData+ record is written onto a blank NTAG chip, and
the spool now carries its identity itself, offline. Tiger Studio does it in
one step, atomically.

What comes out depends only on what went in:

| You promote… | You get… | Because |
|---|---|---|
| a **TigerData** — values its owner chose | a **TigerTag** | a physical UID is now associated with the identity |
| a **TigerData+** — a real catalogue product | a **TigerTag+** | the chip now carries the catalogue product ID: *still identified, still not signed* |

That second row is the whole `+` vocabulary in one line. Promotion changes the
*state* — digital to chip — and never the meaning of the `+`. Only a certified
manufacturer's signature makes a chip a
[TigerTag+ Certified](../products/tigertag-plus.md), and no promotion produces
one.

Nor is promotion a one-way door. Chips are never write-locked: a promoted chip
can be erased from [Tiger NFC Connect](../products/tigertag-connect.md) or
Tiger Studio and written again ([the TigerTag chip](./tigertag-chip.md)). The
identity is the record; the chip is only where it lives right now.

---

**◀ Previous:** [Second Life workflow](../philosophy/second-life.md) · **▲ [Documentation index](../../README.md)** · **Next ▶** [The TigerTag chip](./tigertag-chip.md)
Expand Down
30 changes: 28 additions & 2 deletions i18n/fr/concepts/universal-filament-identity.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sourceHash: 7d07c5df827c946751008349f73b7f696c2a6b497ecc08cb7bd6b9628d5ad2a8
sourceHash: 3f16993dfe016fd4dd30471911d4554a4a17a7958065d1737773a6ca0298963c
sourcePath: docs/concepts/universal-filament-identity.md
---

Expand Down Expand Up @@ -48,7 +48,7 @@ flowchart LR
TTP["TigerTag+<br/>the chip carries a real catalogue product<br/>(still 100% offline; signed = TigerTag+ Certified)"]
TD -- "pick it from the catalogue" --> TDP
TD -- "write to a chip" --> TT -- "pick a catalogue product" --> TTP
TDP -- "write to a chip" --> TT
TDP -- "write to a chip" --> TTP
```

- **TigerData**, c'est le protocole *avant* la puce : la même identité, stockée
Expand Down Expand Up @@ -86,6 +86,32 @@ de façon atomique** quand vous le décidez (Tiger Studio le fait en une seule
plusieurs matériaux d'inventaire — TigerData, TigerData+, TigerTag ou TigerTag+ —
sur une clé USB, dans un mail, d'un outil à l'autre.

## La promotion : de l'enregistrement à la puce

*Promouvoir* une bobine, c'est passer de la gauche du schéma à la droite : un
enregistrement TigerData ou TigerData+ existant est écrit dans une puce NTAG
vierge, et la bobine porte désormais elle-même son identité, hors ligne. Tiger
Studio le fait en une seule étape, de façon atomique.

Ce qui en sort ne dépend que de ce qui y entre :

| Vous promouvez… | Vous obtenez… | Parce que |
|---|---|---|
| un **TigerData** — des valeurs choisies par son propriétaire | un **TigerTag** | un UID physique est désormais associé à l'identité |
| un **TigerData+** — un vrai produit du catalogue | un **TigerTag+** | la puce porte désormais l'identifiant produit du catalogue : *toujours identifié, toujours pas signé* |

Cette seconde ligne, c'est tout le vocabulaire du `+` en une phrase. La
promotion change l'*état* — du numérique à la puce — et jamais le sens du `+`.
Seule la signature d'un fabricant certifié fait d'une puce un
[TigerTag+ Certified](../products/tigertag-plus.md), et aucune promotion n'en
produit un.

La promotion n'est pas non plus un aller simple. Les puces ne sont jamais
verrouillées en écriture : une puce promue peut être effacée depuis
[Tiger NFC Connect](../products/tigertag-connect.md) ou Tiger Studio, puis
réécrite ([la puce TigerTag](./tigertag-chip.md)). L'identité, c'est
l'enregistrement ; la puce n'est que l'endroit où elle vit en ce moment.

---

**◀ Précédent :** [Le flux Seconde vie](../philosophy/second-life.md) · **▲ [Index de la documentation](../../README.md)** · **Suivant ▶** [La puce TigerTag](./tigertag-chip.md)
Expand Down
Loading