-
Notifications
You must be signed in to change notification settings - Fork 408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Starting a project based on Leshan #844
Comments
If it makes sense, maybe the modification can be integrated in leshan-server-demo ? I assume that you want to create a single module maven project (correct me if I'm wrong) :
Here is a single module maven project but for leshan client side. |
Thank you for the quick response, I opened issue #845 to propose the modification (but I'm not sure how well coded it is) |
Should we close this issue ? |
yes, I just wanted to add this link https://github.com/th1j5/leshan-server-solid |
Hello,
As a student group we did a project using Leshan (will comment on #830 when we are done).
We discovered that we only had to adjust a few lines from the demo server to accomplish our goals.
Now I'm wondering how I would make this a separate git/maven project (not very familiar with maven, but enough to get our server compiled).
The question is: would I
leshan-server-core
,leshan-client-demo
etc),leshan-server-solid
)leshan-server-demo
,artifactId
,name
anddescription
,This is how I'm able to compile it right now.
I would think this a bit overkill, copying all the
leshan-server-core
code etc.But I don't know another way (tried a bit experimenting, but nothing useful).
How would I go about separating our adjusted leshan-demo server as a separate git(/maven) project?
I know this question is maybe more related to using maven and pom files, but hopefully someone can help us out.
Greetings,
The text was updated successfully, but these errors were encountered: