OdbDesign icon indicating copy to clipboard operation
OdbDesign copied to clipboard

A free open source cross-platform C++ library for parsing ODB++ Design archives, accessing their data, and building net list product models. Exposed via a REST API packaged inside of a Docker image.

Results 14 OdbDesign issues
Sort by recently updated
recently updated
newest added

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.3 to 3.25.5. Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. Note...

dependencies
github_actions

Essentially the "opposite" side of the parser. Once a design has been loaded, and possible modified, write the in-memory data model back out to an ODB++ file archive. When used...

Trying to build this on linux and have found some problems. First the clone command on the front page ```git clone [email protected]:nam20485/OdbDesign.git``` doesn't work ```$ git clone [email protected]:nam20485/OdbDesign.git Cloning into...

## Formats - [x] README - [ ] Wiki - [ ] Messaging (~~Slack or Discord~~ Gitter) - [x] Forum (GitHub discussions is already available for this project) ## Content...

Send HTTP 500 if it exists with message to re-send request including an 'overwrite' parameter set to 'true'. If request is sent with 'overwrite' parameter set to 'true' then proceed...

Currently frontend clients can only consume the JSON from the server's REST API. Once writing to the file and POST/PUT'ing REST API endpoints are created an editor w/ modification and...

I am not clear on the idiomatic/conventional way to lay out the directory structure for an app such as this. I suppose putting the executable in `/usr/local/bin` would be most...

Spec pg. 116: >When a feature does not have a net defined it is assigned to NET $NONE$. All un-assigned outer layer pads are defined as NET $NONE$. With more...

With a reference to the LICENSE ``` /* * Copyright (c) 2023 Nathan Miller * * OdbDesign is free software; you can redistribute it and/or modify * it under the...