You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just ported the small DNSServer addition and find it quite cumbersome do provide functionality for both SMING and SmingRTOS.
Some things to drip over is for example the naming convention i.e. lower case ../wiring/Wstring.h (RTOS) and upper case ../Wiring/Wstring.h (NONOS). Can we streamline the naming conventions for both projects?
Best case scenario would be, if the structure of both projects is the same - then it would be most easy to provide patches for both (for example security/problem related patches).
I know SMING will be deprecated and SmingRTOS is supposed to continue from there on. The structure of SmingRTOS has changed quite some and actually it would be great if SmingRTOS could still be a "drop-in-replacement" with as few changes as needed.
Any thoughts on this?
The text was updated successfully, but these errors were encountered:
@patrickjahns :
The change from capital Wiring to lowercase wiring was a "wish" from some to get sming development less prone to errors in capital sensitive systems.
I did change the directory structure because the "Sming_NONOS" was (in my opinion) unclear and not consistent.
Decision to take this in the SmingRTOS conversion was that this conversion did not have backward compatibility anyhow.
I did not see a possibilty to keep drop-in replacement and restructuring at the same time.
Would it be possible to create a short Wikipage outlining the changed structure so people developing features for Sming RTOS and NONOS have it easier to keep thing compatible ?
I don`t know if it seems reasonable, but backporting the new structure to nonos would also be great - since the issue with case sensitive systems might still appear in NONOS
I just ported the small DNSServer addition and find it quite cumbersome do provide functionality for both SMING and SmingRTOS.
Some things to drip over is for example the naming convention i.e. lower case
../wiring/Wstring.h
(RTOS) and upper case../Wiring/Wstring.h
(NONOS). Can we streamline the naming conventions for both projects?Best case scenario would be, if the structure of both projects is the same - then it would be most easy to provide patches for both (for example security/problem related patches).
I know SMING will be deprecated and SmingRTOS is supposed to continue from there on. The structure of SmingRTOS has changed quite some and actually it would be great if SmingRTOS could still be a "drop-in-replacement" with as few changes as needed.
Any thoughts on this?
The text was updated successfully, but these errors were encountered: