akashgoswami / ipm

IOTA node peer manager. Useful for monitoring IOTA peers
MIT License
72 stars 24 forks source link

Let's combine iota-pm and iota-node! #39

Closed nazarimilad closed 6 years ago

nazarimilad commented 6 years ago

Hey, thanks for your great work.

Currently iota-pm can't manage the IRI configuration file. I just made a script which not only installs and runs the IRI but it also manages the IRI configuration file.

So I was wondering, if you could make use of my script in your dashboard in the following way for example:

EventHandler buttonAddNeighbor(Event e) {
    ...
    iota-node --add-neighbor e.getAddress();
}

It's just an example.

akashgoswami commented 6 years ago

IPM doesn't modify the IRI config and there is no plan to do that in future. Best would be to keep these two projects seperate.