Skip to content

update needed? #5

Description

@mwichmann

The tool seems to be a bit behind what the converter in iotivity's repo under security does, when unconverting dat files made by either, the iotivity tool has additional stanzas like:

        "if": [
            "oic.if.baseline"
        ], 
        "rowneruuid": "32323232-3232-3232-3232-323232323232", 
        "rt": [
            "oic.r.acl2"
        ]

where this tool only put out the rowneruuid line.

In addition, the json encoder part seems to have some problem under Python3, as converting a dat to json I got:

  File "/usr/lib64/python3.7/json/encoder.py", line 179, in default
    raise TypeError(f'Object of type {o.__class__.__name__} '
TypeError: Object of type bytes is not JSON serializable

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions