web app, added emane node, got basic emane networks working and joining existing emane network
This commit is contained in:
parent
b15b838555
commit
8889d121c0
6 changed files with 157 additions and 33 deletions
|
@ -62,7 +62,11 @@ class CoreRest {
|
|||
}
|
||||
|
||||
async setSessionState(state) {
|
||||
return await putJson(`/sessions/${this.currentSession}/state`, {state})
|
||||
return await putJson(`/sessions/${this.currentSession}/state`, {state});
|
||||
}
|
||||
|
||||
async getEmaneModels() {
|
||||
return await $.getJSON(`/sessions/${this.currentSession}/emane`);
|
||||
}
|
||||
|
||||
async createNode(node) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue