https://github.com/yeahdongcn/airvm
https://github.com/yeahdongcn/airvm
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/yeahdongcn/airvm
- Owner: yeahdongcn
- Created: 2017-11-01T07:54:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-22T10:37:29.000Z (about 10 years ago)
- Last Synced: 2025-01-30T15:16:43.488Z (over 1 year ago)
- Language: Objective-C
- Size: 1.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.jeff
Awesome Lists containing this project
README
Bonjour-OSX is a Bonjour test project, Need to merge to UI project
1. start BSBonjourServer
2. start BSBonjourClient
3. BSBonjourClient startSearch, get all friends in AirVMManager
4. Using sendVM:TargetVM to send local VM VNC info to others
5. Others will get reply in receivedData:(NSData *)data, parse data to vnc info
6. While target Mac changed, will fire KNotificationShareVMRefreshed, observe this and get VMs from AirVMManager
7. While share VM message arrived, will fire KNotificationShareVMArrived, observe this and get ip from attached userInfo dic
8. You can also mannually add refresh UI function into AppDelegate::updateServiceList
9. You can also mannually add open VNC function into AppDelegate::receivedData