Skip to content

matthew-st/ILLW-logger-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ILLW-logger-v2 server

If you use this project, please leave the part of the email which attributes this project to me in the email.

OP 0, auth packet from client:

{
    op: 0,
    token: string
}

from server:

{
    op: 0,
    chunk_status: [number, number],
    total_number: number,
    qso_list: QSO[]
}

OP 1, action packet to server from client:

{
  op: 1,
  action: {
    type: 'add', 'delete' or 'edit',
    qso: {
      call: string,
      freq: string,
      band: string,
      rstSent: string,
      rstRcvd: string,
      mode: string,
      notes: string,
      time: number,
      id: string,
      operatorCall: string
    },
    opId: string,
    fulfilled: false
  }
}

OP 2: from client:

{
  op: 2,
  actions: Action[] // see above for example of actions.
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published