-
Bevore starting with https://github.com/RalphTro/epcis-event-hash-generator/issues/2 the current code should be modularized.
-
Currently there is some back and forth between handling XML as a string in order to split and replace and using https://docs.python.org/3.5/library/xml.etree.elementtree.html to map to python objects …
-
@RalphTro has found some EPCIS XML Documents for which the algorithm is not currently working. Please add example(s)!
-
#### Problem
Hi, I'm having problem trying to concatenate docker logs splitted to several parts (15 logs). The way I use the ```partial_key``` and ```partial_value``` is from the last splitted log. …
-
-
Many of the context attributes (e.g., eventType, source, eventID, contentType) are not tightly constrained to maintain flexibility in specific implementations. However, as noted in the intro to the s…
-
Hello,
first of all: great work!
I'm usually using TranslateDetails, but most often than not I am not interested in the actual translation but rather the 'parsed' information of the input string…
-
The section 5 of CBV documentation has identified the standard of the `CBV-Complaince` and `CBV-Comaptibility` documents.
I think we can to implement it, after we have the `document/event` ready. as i…
-
We need this type of EPC for instance level identifiers.
> While it is possible to include class AND object level identifiers (instance: SGTIN, lot: LGTIN: class: GTIN) into an EPCIS EVENT, there …
-
The spec can be found here.
https://confluence.csiro.au/display/blockchaintechnology/Business+Registry+Service+Architecture
TODO:
- [x] Add Location table (#238)
- [ ] ~Add last updated fields…