怎样“撞”?技术工作?
有关于进行设备到设备数据传输的好的文档或文章吗?
Any good documentation or articles out there about doing device-to-device data transfer?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有关于进行设备到设备数据传输的好的文档或文章吗?
Any good documentation or articles out there about doing device-to-device data transfer?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
非常非技术性,但他们的常见问题解答提供了一些有关该技术的信息:
Pretty non-technical, but their FAQ gives some information on the technology:
您可能对凹凸的功能感到困惑。我的理解是,加速度计和地理位置数据用于识别候选“碰撞”或设备对。联系人数据本身是通过互联网传输的,而不是通过蓝牙或 WiFi 在本地传输。
You may be confusing how Bump functions. My understanding is that accelerometer and geolocation data is used to identify candidate "bumps," or device pairs. The contact data, itself, is transferred over the Internet, not locally via Bluetooth or wifi.
来自 https://github.com/bumptech/bump-api-ios 的完整示例
}
Complete Example from https://github.com/bumptech/bump-api-ios
}