Wei-Ning Huang
Wei-Ning Huang
See the `containers` page for `cppreference.com`. I'll fix this when I have time.
Add HTTP basic auth support. Account/password is read from a htpassword file. To enhance security, only the bcrypt encryption scheme is supported. The htpasswd file can be generated with the...
The current ODB++ parser only supports version B.04 of the ODB++ file format. We should make the parser compatible with older version and latest version of the spec.
Allow the Record struct to record all the attribute of different formats including Gerber/ODB++/IPC2581. This way, record can act as a intermediate representation of general PCB layout format. We can...
Implement file receiving function. The UI is ugly for now but the functionality works.