mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-25 23:35:21 +02:00
Switch to protocol buffers for communication.
This commit is contained in:
6
lib/wire/index.js
Normal file
6
lib/wire/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
var path = require('path')
|
||||
|
||||
var ProtoBuf = require('protobufjs')
|
||||
|
||||
module.exports =
|
||||
ProtoBuf.loadProtoFile(path.join(__dirname, 'wire.proto')).build()
|
||||
Reference in New Issue
Block a user