Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
P
pyDTN
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • space-public
  • pyDTN
  • Issues
  • #58

Closed
Open
Opened Mar 24, 2019 by Boris Pilka@boris.pilkaMaintainer
  • Report abuse
  • New issue
Report abuse New issue

Use cbor or cbor2, not both

Currently we use both cbor and cbor2:

  • docker/pyDTN/Dockerfile:7
  • Python import:
g -ri import . | g cbor
./bp_daemon/bp_daemon.py:from cbor2 import decoder
./bundle7/__init__.py:import cbor
./bundle7/__init__.py:from cbor.cbor import CBOR_ARRAY

We should use just cbor2.

Edited Mar 25, 2019 by Martin Pilka
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
Implement pyDTN project missing parts
Milestone
Implement pyDTN project missing parts (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: space-public/pyDTN#58