Carsten Csiky

Results 56 comments of Carsten Csiky

Thanks, making a fast and easy network scanner was the goal of Ning. It's nice to see when people feel the same way :) That seems interesting. Can you post...

Wow! I think that is the best error report I ever got :) So, the output of `ip route` tells you what interface your system will use for what ips....

For future reference, here is my phones output (also using wg) ``` ~ $ ip r 10.10.0.0/24 dev tun0 proto kernel scope link src 10.10.0.8 xxx.xxx.xxx.xxx/30 dev rmnet_data0 proto kernel...

> I added a screen so you can be sure I'm not illiterate I'm believing you. It's just super weird why the routes are not shown and means, that Ning...

That's interesting: That's actually a bug in the purescript pretty printer: https://hackage.haskell.org/package/purescript-0.13.8/docs/src/Language.PureScript.Pretty.Values.html#prettyPrintValue I'll try to get that fixed

Scanning up to port 1024 might be a little excessive (i.e. slow), but scanning a few common ports (like bonjour, ssh, http) might be doable. There are two different types...

I'd be happy to get Ning working on Android 6. Any pointers to why Ning does not work on Android 6 would be appreciated. For example the [LogCat](https://developer.android.com/studio/command-line/logcat) output.

From the logs, it look like Ning is actually finding devices and just not displaying them. Also `Killing 7323:de.csicar.ning/u0a162 (adj 9): remove task` does not sound right

That's a great idea. I'd love ti have that. Also this should not be too hard to implement

Relevant places in the code: - probably add a reverse DNS here: https://github.com/csicar/Ning/tree/master/app/src/main/java/de/csicar/ning/scanner - call the reverse DNS scanner, if the ip is reachable here: https://github.com/csicar/Ning/blob/master/app/src/main/java/de/csicar/ning/ScanRepository.kt#L75 - call `updateServiceName` (https://github.com/csicar/Ning/blob/master/app/src/main/java/de/csicar/ning/Dao.kt#L101)...