-
-
Notifications
You must be signed in to change notification settings - Fork 374
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
Realtime updates #110
base: develop
Are you sure you want to change the base?
Realtime updates #110
Conversation
…ests, added a manager of this structure, similar to the existing one for http requests
…etrieve the leaves
…roller with the NFXPathNodeListController
…ult ones + some code refactoring
@Janglinator There is an issue with continuous integration, can you look into that. On our side we need to update Readme page. Will move at the end description and images about netfox for mac integration. |
Realtime updates integration fix
Moved netfox description at the end of Readme. Mention tapptitude .
@Janglinator I've move Readme notes about netfox_mac app in the second part of file. Also I've added a short thank you mention for tapptitude team. Thanks |
…into realtime_updates # Conflicts: # netfox/Core/Json2Codable/NFXCodableClass.swift
9089968
to
ae5e77f
Compare
Hi, any news on this pull request being accepted ? |
Let's get this merged in! Would you be able to patch up the merge conflicts? |
@Janglinator as we already need to start support to Swift 4.2, "soon" 5.0 I thing that would not be bad drop support for 3.2, even because to always maintain and try to follow best that swift can support, unfortunately today for swift environment we do need to migrate as soon as possible. |
4038e72
to
c720dce
Compare
We have created a netfox_mac app which can connect to all apps (iOS or mac) that are running in local network using bonjour discovery mechanism.
Basically an iOS app that wants to expose it's network data to other mac app for inspection should activate bonjour service using:
NFX.sharedInstance().startServer()
After that netfox_mac app can connect using the same UI as in the mac app with some teaks.
We want to merge back all changes into netfox repo after code and most of the new features are stable.
How that's sound, is it doable ?
Thanks