.Net 版 Google Wave
今天刚刚收到我的波沙箱邀请。有谁知道 google wave 的 .NET 库吗? (客户端和服务器) 我是 c# 程序员,不太熟悉 Google 示例所使用的语言。它非常现有,迫不及待地想为其编写一些东西。
Just got my wave sandbox invite today. Does anyone know of a .NET library for google wave? (client and server)
I'm a c# programmer, not very familiar with the language that the Google samples are written in. It's very existing can't wait to write something for it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您想要的话,我正在将 Robot API 移植到 ASP.NET。
最终,代码将托管在此 Google 代码项目上 - 但是那里还什么都没有。
我已经移植了大部分 Java 接口,并且可以反序列化 JSON,但我还没有完成序列化。在接下来的几周内我可能无法取得太大进展,但在那之后我应该能够重新开始。如果您对我到目前为止所得到的内容感兴趣,我可以尝试对其进行一些清理并在本周末将其放在项目中。到目前为止,它确实在飙升,所以我很遗憾缺乏测试:(
请注意,沙箱目前不允许机器人在 AppEngine 上运行 - 如果您了解任何 Java,您可能想要遵循 < a href="http://code.google.com/apis/wave/extensions/robots/java-tutorial.html" rel="nofollow noreferrer">Java 机器人教程 了解此类(我希望能够在内部测试我的端口,以便当公共版本启动连接到非 AppEngine 机器人的功能时,如果运气好的话我会准备好。
)你不是在谈论机器人API,你能提供更多你想要的细节吗?我没有看过任何其他可用的(或即将推出的)API,但我相信这些小工具基本上是JavaScript
(顺便说一句,如果您想与我联系,我是[电子邮件受保护]。不过不要经常查看沙箱。)
I'm porting the Robot API to ASP.NET if that's what you're after.
Eventually the code will be hosted on this Google Code project - but there's nothing there yet.
I've got as far as having most of the Java interfaces ported and I can deserialize the JSON, but I haven't done the serialization yet. I probably won't be able to make much progress in the next couple of weeks, but after that I should be able to get back to it. If you're interested in what I've got so far I can try to clean it up a little bit and put it up on the project this weekend. It's really been spiking so far, so I have a shameful lack of tests :(
Note that the sandbox doesn't allow robots to run other than on AppEngine at the moment - if you know any Java at all you might want to follow the Java Robot Tutorial to get an idea of the kind of thing you'll be able to do. (I'm hoping to be able to test my port internally so that when the public version launches the ability to connect to non-AppEngine robots, with any luck I'll be ready.)
If you're not talking about the Robot API, could you give more details of what you're after? I haven't looked at any of the other APIs available (or coming) but I believe the gadgets are basically JavaScript.
(Btw, I'm [email protected] if you want to get in touch. I don't look at the sandbox very often though.)
我已经使用 BING Apis 和 Skeet 的 API 完成了快速实施 - http://amazedsaint.blogspot.com/2009/09/bingybot-google-wave-bot-writing-in.html
I've done a quick implementation using BING Apis and Skeet's API - http://amazedsaint.blogspot.com/2009/09/bingybot-google-wave-bot-written-in.html